.meet-the-team{
/* background: linear-gradient(52.8deg, rgba(7, 69, 88, 0.3) 10.7%, rgba(1, 112, 146, 0.3) 46.63%); */
 // background-image:url(https://7543628.fs1.hubspotusercontent-na1.net/hubfs/7543628/meet-the-team-bg.png);
      background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.meet-the-team-img img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.meet-the-team h2{
   font-weight: 700;
font-size: 30px;
line-height: 37px;
text-align: center;
color: #444444;
    margin-bottom:50px;
}
.team-img-container {
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    margin: auto;
}

.team-img-container img{
    margin:auto;
    height:100%;
    width:100%;
    display:block;
    object-fit:cover;
    object-position:center;
}
.team-group .details{background: #FFFFFF;border-radius: 20px;
padding:30px 40px 20px 20px;}
.team-group .details p{
    margin:0;
}

.team-member-box .row{
    align-items: center;
    margin-bottom: 40px;
}
.team-group .details h3{
    font-weight: 600;
font-size: 22px;
line-height: 27px;

color: #444444;

}
.team-group .details p{
    font-size: 20px;
    line-height: 1.5;
    color: #444444;
}
.blog-post__body h2,.blog-post__body h3{
    font-weight: 700;
font-size: 24px;
line-height: 29px;
color: #444444;

}
.blog-post__body p,
.blog-post__body p span{
    font-weight: 400;
font-size: 18px;
line-height: 22px;

color: #444444;
}
section.meet-the-team {
    position: relative;
}
section.meet-the-team:after{
    position:absolute;
    content:'';
    bottom:0;
    left:0;
    width:100%;
    height:150px;
    background:#e2eef2;
}

.team-group {
    position: relative;
    z-index: 1;
}

@media(max-width:768px) {
  .meet-the-team {

      background-size: 100% 100%;
  }
    .meet-the-team-img img {
      height: 100% !important;
  }

  .team-img-container {
      height: 150px;
      width: 150px;
  }
.team-member-box .row{
    margin-bottom: 15px;
      align-items: flex-start;
  }
}
@media(max-width:568px){
  .meet-the-team h2{
    font-weight: 700;
font-size: 20px;
line-height: 24px;
text-align: center;
    margin:0 0 20px;
  }
  .meet-the-team {
    background-size: 500px 500px;
}
  .team-member-box .row{
    align-items:flex-start;
  }
  .team-member-box .row > div.col-9{
    padding-left:0;
  }
    .team-img-container{
        width:66px;
        height:66px;
        padding: 5px;
    }
    .team-group .details h3{
        font-size:16px;
        line-height:1.1;
    }
    .team-group .details{
        padding:15px 10px;
    }
    .team-group .details p{
        font-size:10px;
    }
}