.our-team {
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .our-team {
    padding-bottom: 80px;
  }
}
.our-team-main {
  padding-left: 0;
}
@media (max-width: 767px) {
  .our-team-main {
    padding: 0;
  }
}
.our-team-main-in {
  position: relative;
  margin: 0 -2px 30px;
}
@media (min-width: 1200px) {
  .our-team-main-in {
    margin-left: calc((100vw - 1200px) * -0.5);
  }
}
@media (min-width: 768px) {
  .our-team-main-in {
    margin-bottom: 0;
  }
}
.our-team-main-in-image {
  height: 350px;
}
@media (min-width: 768px) {
  .our-team-main-in-image {
    height: 501px;
  }
}
.our-team-main-in-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 20px 20px 0;
}
.our-team-main-in-image::before {
  content: "";
  transform: matrix(1, 0, 0, -1, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) -1.67%, rgba(218, 77, 10, 0.65) -1.66%, rgba(221, 88, 25, 0.46) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 20px 20px 0;
}
@media (max-width: 767px) {
  .our-team-main-in-image {
    margin: 0 -2px;
  }
}
.our-team-main-in-heading {
  background: linear-gradient(180deg, #F16522 0%, #DD500D 100%);
  border-radius: 20px;
  width: 250px;
  height: 250px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .our-team-main-in-heading {
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .our-team-main-in-heading {
    width: 320px;
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .our-team-main-in-heading {
    margin-right: -100px;
  }
}
.our-team-main-in-heading h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.125;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
}
.our-team-details p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.005em;
  color: #5C5E60;
  margin-bottom: 24px;
}
.our-team-details h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  margin: 0;
}
.our-team-details h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.our-team .our-team-carousal {
  overflow: hidden;
}
@media (min-width: 768px) {
  .our-team .our-team-carousal {
    max-width: 468px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .our-team .our-team-carousal {
    margin-left: auto;
  }
}