/* Frontend SCSS for Homepage Meet Team block */
.meet-our-team {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .meet-our-team {
    margin-bottom: 100px;
  }
}
.meet-our-team .max-screen-holder {
  width: 100%;
  overflow: hidden;
}
.meet-our-team .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  gap: 30px;
}
@media (max-width: 767px) {
  .meet-our-team .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.meet-our-team .wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  left: 0;
  bottom: 24px;
  right: 0;
  border: 1px solid #C8DDFE;
  border-radius: 5000px;
  z-index: -1;
}
@media (max-width: 767px) {
  .meet-our-team .wrapper:before {
    display: none;
  }
}
.meet-our-team--image {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .meet-our-team--image {
    width: 100%;
    height: 300px;
  }
}
.meet-our-team--image .meet-our-team--wrapper {
  position: absolute;
  width: 850px;
  overflow: hidden;
  border-radius: 0 5000px 5000px 0;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .meet-our-team--image .meet-our-team--wrapper {
    position: relative;
    width: 100%;
    border-radius: 16px;
    height: 100%;
  }
}
.meet-our-team--image .meet-our-team--wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.meet-our-team--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}
@media (max-width: 767px) {
  .meet-our-team--text {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.meet-our-team--text > *:not(.dot-element) {
  padding-left: 36px;
}
@media (max-width: 767px) {
  .meet-our-team--text > *:not(.dot-element) {
    padding-left: 16px;
  }
}
.meet-our-team--text .dot-element {
  position: absolute;
  top: 12px;
}
@media (max-width: 767px) {
  .meet-our-team--text .dot-element {
    display: none;
  }
}
.meet-our-team--text .heading {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .meet-our-team--text .heading {
    font-size: 24px !important;
    line-height: 32px;
  }
}
.meet-our-team--text .body-text {
  padding-top: 38px;
  position: relative;
  max-width: 550px;
}
@media (max-width: 767px) {
  .meet-our-team--text .body-text {
    padding-top: 16px;
    max-width: 100%;
  }
}
.meet-our-team--text .body-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 36px;
  width: 100vw;
  background: -webkit-gradient(linear, left top, right top, from(#2478fc), color-stop(50%, #3c70bf), to(#229aff));
  background: linear-gradient(90deg, #2478fc 0%, #3c70bf 50%, #229aff 100%);
  height: 8px;
  border-radius: 80px;
}
@media (max-width: 767px) {
  .meet-our-team--text .body-text:before {
    left: 16px;
    width: calc(100vw - 32px);
    height: 4px;
  }
}
.meet-our-team--text .button-container {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .meet-our-team--text .button-container {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .meet-our-team--text .button-container .link-as-bttn {
    width: 100%;
  }
}