.teamproSection {
    display: flex;
    position: relative;
}

.teamLeft {
    max-width: 40%;
    flex: 0 0 40%;
}

.teamRight {
    max-width: 60%;
    flex: 0 0 60%;
}

.imgWrap img {
    border-radius: 15px;
}

.TeamFooter {
    text-align: center;
    position: relative;
}

.TeamFooter h3 {font-family: Anton, sans-serif !important;!I;!;font-weight: normal;text-decoration: none;color: #000;font-size: 24px;text-align: center;margin: 10px 0;}

.TeamFooter {position:relative;}

.TeamFooter h4 {
    font-family: 'DM Sans', sans-serif !important;!I;!;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    font-size: 18px;
      margin: 0;
}

.imgWrap {
    text-align: center;
}

.socialMediaLink {
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: center;
}

.socialMediaLink a {
    border-radius: 5px;
    margin-right: 0;
    padding: 10px 6px 0;
    filter: invert(1);
}
.socialMediaLink a:hover {
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.16);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

.socialMediaLink a img {
    width: 22px;
  filter: invert(1);
}

.teamRight h2 {
    color: #000;
    font-family: Anton !important;
    font-size: 44px;
}
.TeamContent {padding-right: 10%;}
.TeamContent p, .TeamContent p span {
    color: #000;
}

@media (max-width: 767px) {
  .teamproSection {  
      flex-direction: column;
  }
  .teamLeft, .teamRight {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .TeamContent {padding:0 0;}
}