.content-img-main .content-sec {
  width: 54%;
}
.content-img-main.section-one p {
  font-weight: 400;
}

.image-inner-two h2 {
  font-weight: 900;
  font-size: 25px;
  line-height: 1.16;
  margin-bottom: 15px;
}
.content-section h1 {
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.content-section h3 {
  margin: 0;
  font-weight: 400;
}
.content-section .team-container{
  max-width: 1210px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}
.content-inner {
  min-height: 510px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  height: 100%;
  display: flex;
}
.section-two h2 {
  margin-bottom: 30px;
  letter-spacing: 0;
}
.image-inner-two ul li:before {
  background: url(https://9040550.fs1.hubspotusercontent-na1.net/hubfs/9040550/star-solid-5-1.png);
  width: 52px;
  height: 52px;
  content: "";
  position: absolute;
  left: 0;
  z-index: 7;
  background-repeat: no-repeat;
  top: 4px;
}
.section-two {
  background-image: url(https://9040550.fs1.hubspotusercontent-na1.net/hubfs/9040550/about-left.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-attachment: scroll;
  background-size: contain;
  padding-bottom: 250px;
}
.content-section {
  background-image: url(https://9040550.fs1.hubspotusercontent-na1.net/hubfs/9040550/Back-about.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 75% !important;
  position: relative;
  background-position: right top;
}
.section-two .content-inner {
  min-height: 510px !important;
}
/* .image-inner-two ul {
padding-left: 25px;
} */
.image-inner-two ul li {
  margin: 0;
  position: relative;
  padding: 0 0 0 20px;
}
.image-inner-sec {
  margin-right: 110px;
  margin-left: -30px;
  background-color: #f9f9f9;
  padding: 30px 36px 50px;
  border-radius: 25px;
}
.content-section p,
.content-section ul{
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
}

.content-section .section-two  p,
.content-section .section-two  ul{
  font-weight:300;
}
.image-inner-two {
  background-color: #282E52;
  margin-right: -30px;
  margin-left: 110px;
  padding: 50px 36px;
  z-index: 7;
  border-radius: 25px;
}
.image-inner-sec h2 {
  font-weight: 900;
  font-size: 25px;
  line-height: 1.16;
  margin: 20px 0 30px;
  letter-spacing: 0;
}
.img-sec {
  width: 46%;
  display: flex;
  align-items: center;
}
.content-img-main {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}
.team-module {
  margin-top: -182px;
  padding: 20px;
  position: relative;
  z-index: 9;
}

.team-inner {
  padding: 20px 0;
}

.team-heading h2 {
  font-size: 55px;
  line-height: 1.4;
  letter-spacing: 1px;
  margin: 0;
}

.team-heading h3 {
  font-weight: normal;
}

@media(max-width:1024px){
  .content-img-main .content-sec {
    width: 40%;
  }

  .img-sec {
    width: 60%;
  }

  .image-inner-sec {
    margin-right: 60px;
  }

  .image-inner-two {
    margin-left: 60px;
  }

}

@media(max-width:767px){

  .content-img-main .content-sec {
    width: 100%;
    padding: 0 20px;
  }

  .content-inner {
    min-height: 300px;
  }

  .content-img-main {
    padding-top: 15px;
  }

  .img-sec {
    width: 100%;
    padding: 20px;
  }

  .image-inner-sec {
    margin: 0 !important;
    padding: 30px 20px;
  }

  .image-inner-two {
    margin: 0 !important;
    padding: 50px 20px;
  }

  .section-two .content-img-main .content-sec {
    order: 1;
  }

  .section-two .content-img-main .img-sec {
    order: 2;
  }

  .section-two .content-inner {
    min-height: 300px !important;
  }
}


{# ---- Tablet Breakpoint ---- #}
@media (max-width: 992px) {
  .team-module {
    margin-top: -20px;
  }
}