.module-28 {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-bbf076b8-2e83-4d91-91dd-15085a59599c/Assets/meet_our_doctor_bg.png);
  background-size: cover;
  background-position: center bottom;    padding: 100px 0 0;}
  @media (max-width: 1199px) {
    .module-28 {
      padding: 60px 0; } }
  @media (max-width: 991px) {
	  .module-28 .ry-generic-copy p {
    text-align: center;
		  font-size: 20px !important;
}
     }
  .module-28 .ry-content {
    height: 860px;
    position: relative; }
    @media (max-width: 1300px) {
      .module-28 .ry-content {
        height: 800px; } }
    @media (max-width: 1199px) {
      .module-28 .ry-content {
        height: initial; } }
  .module-28 .ry-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1199px) {
      .module-28 .ry-flex {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .module-28 .ry-section-title-wrapper {
    text-align: center; }
  .module-28 .ry-section-title {
    font-size: calc(30px + 30 * ((100vw - 320px) / 1600));
    font-weight: 600;
    line-height: 49px;
	  color: #c3a470;
  }
    @media (max-width: 991px) {
      .module-28 .ry-section-title {
        line-height: 38px; } }
  .module-28 .ry-section-sub-title {
    font-size: calc(30px + 20 * ((100vw - 320px) / 1600));
    font-family: "Playfair Display", serif;
    display: block;
    font-weight: 400;
    font-style: italic;
	padding-top: 40px;
  }
  .module-28 .ry-generic-copy {
    margin-top: 40px;
    margin-bottom: 60px; }
    @media (max-width: 1199px) {
      .module-28 .ry-generic-copy {
        margin: 25px 0; } }
  .module-28 .ry-left {
    position: static; }
    @media (max-width: 1300px) {
      .module-28 .ry-left {
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%; } }
    @media (max-width: 1199px) {
      .module-28 .ry-left {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
    .module-28 .ry-left img {
      position: absolute;
      bottom: 0;
      max-width: 38%;
      left: 5%; }
      @media (max-width: 1440px) {
        .module-28 .ry-left img {
          left: 0;
          max-width: 35%; } }
      @media (max-width: 1199px) {
        .module-28 .ry-left img {
          position: static;
          max-width: 320px;
          margin-left: auto;
          margin-right: auto; } }
  .module-28 .ry-right {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%; }
.module-28 .ry-left {
	position: static;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}
    @media (max-width: 1300px) {
      .module-28 .ry-right {
        -ms-flex-preferred-size: 60%;
            flex-basis: 50%; } }
    @media (max-width: 1199px) {
      .module-28 .ry-right {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
		  margin-top: 40px; } 
		.module-28 .ry-left {
			position: static;
			-ms-flex-preferred-size: 100%;
			flex-basis: 100%;
		}
	}
  .module-28 .ry-btn-wrapper {
    text-align: center;
    display: flex;
    justify-content: center;
}

.module-28 .ry-generic-copy p{
	text-align: center;
	    font-size: 22px !important;
	color: #000;
}

.module-28 .ry-section-title span {
    margin-top: 24px;
}
.module-28 .ry-section-title span:first-child {
    margin-top: 0;
    margin-bottom: 22px;
}
#section-team .module-28 .ry-section-title span:last-child {
    padding: 0 14%;
}

.module-28 .ry-left img {
    position: relative;
    bottom: 0;
    max-width: 600px;
    left: 0 !important;
    margin: auto;
}

.col-xs-12.logo-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.logo-swiper {
    overflow: hidden;
	margin: 50px auto 20px;
    width: 85%;
}

.logo-swiper .swiper-wrapper {
	align-items: center;
}
.logo-swiper .swiper-slide img {
    max-width: 120px;
    margin: auto;
    max-height: 130px;
    object-fit: contain;
}

.logo-block .swiper-arrows .swiper-button-prev, .logo-block .swiper-arrows .swiper-button-next {
    opacity: 1;
    width: 50px;
    height: 50px;
    aspect-ratio: 1;
	background: none;
}

.logo-block .swiper-arrows .swiper-button-prev:before, .logo-block .swiper-arrows .swiper-button-next:before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    border: solid #343434;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    width: 13px;
    height: 13px;
    left: 6px;
}

.logo-block .swiper-arrows .swiper-button-next:before {
	transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
	left: -6px;
}

@media (max-width: 1080px) {
	.module-28 {
		padding: 80px 0 0;
	}
}