.cct-about-wrap {
    position: relative;
    padding: 85px 0 123px;
    background-color: #fbfbfb;
  }
  .cct-about-wrap h5,
  .cct-meet-team-wrap h5 {
    position: relative;
    padding-bottom: 35px;
    margin: 0 auto;
    margin-bottom: 65px;
    text-align: center;
    max-width: 830px;
  }
  .cct-about-wrap h5::after,
  .cct-meet-team-wrap h5::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 7px;
    background: none;
    border-top: #d81f25 solid 2px;
    border-bottom: #d81f25 solid 2px;
    transform: translate(-50%, 0);
  } 
  .cct-right-about-content h3 {
    margin-bottom: 14px;
    color: #d81f25;
    text-align:left;
  }    
  .cct-right-about-content p a {
    color: #d81f25;
    font-weight: bold;
  }
  .cct-right-about-content p a:hover {
    color:#101323;
  }
.cct-left-about-content {
    margin-right: 28px;
    margin-top: 12px;
}
  .cct-about-wrap h2 {
    margin-bottom: 14px;
    text-align: center;
  }  
  .cct-left-about-content ul li,
  .cct-right-about-content ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 29px;
    color: #101323;
    font-weight: 400;
    margin-bottom: 11px;
    padding-left: 16px;
    position: relative;
  }
  .cct-left-about-content ul li::before,
  .cct-right-about-content ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    background: #d81f25;
  }
  .cct-right-about-content {    
    margin-left: 25px;
  }
  .cct-right-about-content ul {
    margin-bottom: 37px;
  }

  /* cct-meet-team-wrap */

  .cct-meet-team-wrap {
    position: relative;
    background: #fbfbfb;
    padding-bottom: 85px;
    text-align: center;
  }
  .cct-meet-team-wrap h2 {
    margin-bottom: 14px;
}
.cct-meet-team-wrap h5 {
   max-width: 950px;
   padding-bottom: 35px;
   margin-bottom: 55px;
}
.cct-meet-team-wrap ul  {
    text-align: left;
}
.cct-meet-team-wrap ul li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5%;
    margin-right: 4%;
    width: 30%;
}
.cct-meet-team-wrap ul li:nth-child(3n),
.cct-meet-team-wrap ul li:last-child  {
    margin-right: 0;
}
.cct-meet-team-text{
    background-color: #101323;
    padding: 21px 15px 19px;
    text-align: center;
}
.cct-meet-team-box:hover .cct-meet-team-text{
  background-color: #d81f25;
}
.cct-meet-team-text h4{
    font-family: 'Crimson Text', serif;
    color: #ffffff;
    margin-bottom: 0;
}
.cct-meet-team-image{
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.cct-meet-team-text p{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700;
}
.cct-meet-team-box:hover .cct-meet-team-text p{
    color: #fff;
}
   
  /*media query*/
  @media screen and (max-width:1700px){    
    .cct-right-about-content {
        margin-left: 15px;
      }
      .cct-left-about-content {
        margin-right: 15px;
      }
     /* .cct-meet-team-wrap ul li {
        margin-right: 71px;
        margin-bottom: 80px;
      }*/
 }
 @media screen and (max-width:1600px){
   /* .cct-meet-team-wrap ul li {
        margin-right: 66px;
        margin-bottom: 72px;
      }*/
      .cct-meet-team-image {
        min-height: 380px; 
      }
 }
  @media screen and (max-width:1500px){    
 .cct-about-wrap {
    padding: 60px 0 100px;
}
.cct-meet-team-wrap {
    padding-bottom: 70px;
}
.cct-meet-team-wrap ul li {
   /* margin-right: 61px;
    margin-bottom: 66px;
  }*/
  .cct-meet-team-image {
    min-height: 360px; 
  }
  }
  @media screen and (max-width:1400px){
    .cct-right-about-content {
        margin-left: 10px;
    }
    .cct-left-about-content {
        margin-right: 10px;
        margin-top: 10px;
    }
 .cct-about-wrap {
  padding: 64px 0 70px;
} 
.cct-meet-team-wrap {
    padding-bottom: 50px;
}
.cct-meet-team-wrap ul li {
    /*margin-right: 56px;
    margin-bottom: 62px;
  }*/
  .cct-meet-team-image {
    min-height: 340px; 
  } 
  .cct-about-wrap h5, .cct-meet-team-wrap h5 {
    margin-bottom: 50px;
}
  }
  @media screen and (max-width:1300px){
  .cct-about-wrap {
    padding: 60px 0 60px;
  }
  .cct-meet-team-wrap {
    padding-bottom: 30px;
}
  .cct-right-about-content {
        margin-left: 0;
    }
    .cct-left-about-content {
        margin-right: 0;
    }
    /*.cct-meet-team-wrap ul li {
        margin-right: 51px;
        margin-bottom: 58px;
      }*/ 
      .cct-meet-team-image {
        min-height: 320px; 
      }
      .cct-meet-team-text {
        padding: 15px 15px 14px;
      }
  }
  @media screen and (max-width:1200px){
    .cct-about-wrap h5,
    .cct-meet-team-wrap h5 {
      padding-bottom: 20px;
    }
.cct-about-wrap {
  padding: 40px 0 40px;
}
/*
.cct-meet-team-wrap ul li {
    margin-right: 35px;
    margin-bottom: 45px;
    width: 30.8%;
  }*/ 
  .cct-about-wrap h5, .cct-meet-team-wrap h5 {
    margin-bottom: 40px;
  }
  .cct-right-about-content h3 {
    font-size: 32px;
    line-height: 38px;
  }
  .cct-left-about-content {
    margin-top: 8px;
  }
}
@media screen and (max-width:1100px){
  .cct-about-wrap {
  padding: 40px 0 40px;
}/*
.cct-meet-team-wrap ul li {
    margin-right: 31px;
    margin-bottom: 40px;
  } */
 
.cct-meet-team-image {
  min-height: 280px; 
}
.cct-right-about-content h3 {
  font-size: 29px;
  line-height: 32px;
}
.cct-left-about-content {
  margin-top: 5px;
}
}
@media screen and (max-width:991px){
 .cct-about-wrap {
  padding: 30px 0;
}
.cct-about-wrap .col-md-6 {
    width:100%;
  }
  .cct-about-wrap h3 {
    margin-top: 15px;
  }  
  .cct-left-about-content img {
  width: 100%;
  text-align: center;
  max-width: 790px;
  margin: 0 auto;
  display: table;
}
.cct-right-about-content ul {
  text-align: left;
}
.cct-meet-team-wrap ul li {
    margin-right: 2%;
    margin-bottom: 2.4%;
    width: 47.6%;
  } 
  .cct-meet-team-wrap ul li:nth-child(3n) {
    margin-right: 30px;
  }
  .cct-meet-team-wrap ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .cct-about-wrap h5, .cct-meet-team-wrap h5 {
    margin-bottom: 30px;
  }
  .cct-meet-team-image {
    min-height: 300px; 
  }
  .cct-meet-team-wrap ul {
    text-align: center;
  }
}
  @media screen and (max-width:767px){   
  .cct-left-about-content ul li, 
  .cct-right-about-content ul li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 9px;
  }
  .cct-about-wrap {
    padding: 25px 0 20px;
  }
  /*.cct-meet-team-wrap ul li {
    margin-right: 22px;
    margin-bottom: 30px;
  } */
  .cct-meet-team-wrap ul li:nth-child(3n) {
    margin-right: 22px;
  }
  .cct-meet-team-image {
    min-height: 270px; 
  }
  .cct-meet-team-text {
    padding: 10px 15px 9px;
  }
  .cct-left-about-content {
    margin-top: 0;
  }
  .cct-meet-team-wrap {
    padding-bottom: 20px;
}
.cct-about-wrap h5, .cct-meet-team-wrap h5 {
  margin-bottom: 30px;
}
.cct-right-about-content h3 {
  font-size: 28px;
  line-height: 30px;
}
 }
 @media screen and (max-width:600px){
    /*.cct-meet-team-wrap ul li {
        margin-right: 15px;
        margin-bottom: 30px;
        width: 47.8%;
      } */
      .cct-meet-team-wrap ul li:nth-child(3n) {
        margin-right: 15px;
      }
      .cct-meet-team-image {
        min-height: 250px; 
      }
      .cct-meet-team-text {
        padding: 6px 15px 6px;
      }
      .cct-meet-team-text h4 {
        font-size: 24px;
        line-height: 30px;
      }
 }
  @media screen and (max-width:500px){
    .cct-about-wrap h2,
    .cct-meet-team-wrap h2 {
        margin-bottom: 10px;
      }
      .cct-left-about-content ul li, 
  .cct-right-about-content ul li {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 9px;
  }
  .cct-left-about-content ul li::before,
  .cct-right-about-content ul li::before { 
    top: 10px;
  }
  .cct-about-wrap p {
    margin-bottom: 20px;
  }
  .cct-about-wrap {
    padding: 20px 0;
  }
  .cct-meet-team-wrap ul li {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  } 
  .cct-meet-team-wrap ul li:nth-child(3n) {
    margin-right: 0;
  }
  .cct-meet-team-image {
    min-height: 300px; 
  }
  .cct-meet-team-text p {
    font-size: 12px;
  }
  .cct-meet-team-box {
    max-width: 400px;
    margin: 0 auto;
  }
  .cct-right-about-content h3 {
    font-size: 26px;
    line-height: 30px;
  }
  }
  @media screen and (max-width:400px){
    .cct-meet-team-image {
      min-height: 270px; 
    }
  }