.two-column-image-content-section {
  padding: 80px 20px;
  background: #F3EFE7;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.two-column-image-content-section .inner-wrap {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-flow: row-reverse nowrap;
  gap: 100px;
}

.two-column-image-content-section .inner-wrap .left-content {
  width: 100%;
}

.two-column-image-content-section .inner-wrap .left-content .top-text>label {
  color: #06A77D;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

.two-column-image-content-section .inner-wrap .left-content .top-text .top-text-header>p {
  color: var(--primary-color);
  font-size: var(--mobile-label-font-size);
  line-height: var(--mobile-label-line-height);
  letter-spacing: 0.64px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

.two-column-image-content-section .inner-wrap .left-content .top-text .top-text-header {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
}

.two-column-image-content-section .inner-wrap .left-content .top-text .top-text-header h1 {
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}

.two-column-image-content-section .inner-wrap .left-content .top-text .top-text-header h2 {
  margin: 0;
  color: #000;

  /* Desktop/H3 - Desktop */
  font-family: Lato;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 127.778% */
  text-transform: capitalize;
}

.two-column-image-content-section .inner-wrap .left-content .top-text .top-text-header h1 span.highlight {
  font-style: italic;
  font-weight: 700;
  display: inline-block;
}

.two-column-image-content-section .left-content .doctor-section {
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
  margin-top: 32px;
  margin-bottom: 0;
  align-items: center;
}

.two-column-image-content-section .left-content .doctor-section .doctor-img-wrap {
  width: 100%;
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border-radius: 600px;
  border: 2px solid #FFF;
}

.two-column-image-content-section .left-content .doctor-section .doctor-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.two-column-image-content-section .left-content .doctor-section .doctor-details {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.two-column-image-content-section .left-content .doctor-section .doctor-details h6 {
  margin: 0;
  color: #000;

  color: var(--black-100);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 100% */
  text-transform: capitalize;
  /* 100% */
}

.two-column-image-content-section .left-content .doctor-section .doctor-details h6 svg {
  display: none;
}

.two-column-image-content-section .left-content .doctor-section .doctor-details label {
  margin: 0;
  color: var(--primary-color);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  /* 100% */
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.two-column-image-content-section .left-content .doctor-section .doctor-details .credentials-list {
  display: flex;
  flex-direction: row;
  row-gap: 4px;
  margin-top: 0px;
}

.two-column-image-content-section .left-content .doctor-section .doctor-details .credentials-list p {
  margin: 0;
  color: var(--black-100);
  font-family: var(--default-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
}

.two-column-image-content-section .left-content .doctor-section .doctor-details .credentials-list p .separator {
  display: inline-block;
  margin: 0 6px;
  font-size: 8px;
  line-height: 8px;
  position: relative;
  top: -2px;
}

.two-column-image-content-section .left-content .doctor-section .doctor-details .credentials-list p+p {
  margin-left: 8px;
  padding-left: 8px;
  position: relative;
}

.two-column-image-content-section .left-content .doctor-section .doctor-details .credentials-list p+p:before {
  content: '';
  width: 1px;
  height: 70%;
  background: #9C9C9C;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.two-column-image-content-section .left-content .doctor-section .doctor-details .credentials-list p:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: unset;
}

.two-column-image-content-section .inner-wrap .left-content .wysiwyg-content {
  margin-top: 32px;
}

.two-column-image-content-section .inner-wrap .left-content .wysiwyg-content * {
  color: #3A3A3B;
  margin: 0;
}

.two-column-image-content-section .inner-wrap .left-content .wysiwyg-content strong {
  font-weight: 700;
}

.two-column-image-content-section .inner-wrap .left-content .wysiwyg-content>* {
  margin-top: 12px;
}

.two-column-image-content-section .inner-wrap .left-content .wysiwyg-content>*:first-child {
  margin-top: 0px;
}

.two-column-image-content-section .inner-wrap .left-content .wysiwyg-content ul {
  margin-left: 0;
  padding-left: 24px;
}

.two-column-image-content-section .inner-wrap .left-content .wysiwyg-content ul li {
  color: #000;
}

.two-column-image-content-section .inner-wrap .left-content .wysiwyg-content ul.checkmark {
  list-style: none;
  display: flex;
  flex-flow: column nowrap;
  gap: 12px;
  padding: 0;
}

.two-column-image-content-section .inner-wrap .left-content .wysiwyg-content ul.checkmark li {
  position: relative;
  padding-left: 32px;
}

.two-column-image-content-section .inner-wrap .left-content .wysiwyg-content ul.checkmark li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.875' y='4.875' width='16.25' height='16.25' rx='8.125' fill='%230E4C84'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2127 10.9821C17.2905 10.8897 17.3497 10.782 17.3869 10.6654C17.4241 10.5488 17.4384 10.4256 17.4291 10.3032C17.4198 10.1807 17.3871 10.0614 17.3328 9.95232C17.2785 9.84322 17.2038 9.7465 17.113 9.66786C17.0223 9.58923 16.9173 9.53025 16.8043 9.49442C16.6913 9.45858 16.5725 9.44661 16.455 9.4592C16.3374 9.47178 16.2235 9.50868 16.1199 9.56772C16.0163 9.62676 15.9251 9.70674 15.8516 9.80297L12.0415 14.5555L10.0699 12.5049C9.90279 12.3371 9.67896 12.2442 9.44663 12.2463C9.2143 12.2484 8.99206 12.3453 8.82777 12.5161C8.66348 12.6869 8.57029 12.9179 8.56827 13.1595C8.56625 13.401 8.65557 13.6337 8.81697 13.8075L11.4752 16.5711C11.5623 16.6616 11.6665 16.7322 11.7813 16.7784C11.8961 16.8247 12.0189 16.8456 12.1418 16.8398C12.2648 16.834 12.3852 16.8016 12.4955 16.7447C12.6058 16.6878 12.7034 16.6077 12.7822 16.5094L17.2127 10.9821Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.two-column-image-content-section .inner-wrap .left-content .wysiwyg-content strong {
  font-weight: 600;
}

.two-column-image-content-section .inner-wrap .right-content {
  width: 100%;
  max-width: 50%;
  position: relative;
}

.two-column-image-content-section .inner-wrap .right-content.video-wrap-content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

.two-column-image-content-section .inner-wrap .right-content .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 40px;
  overflow: hidden;
  max-height: 550px;
}

.two-column-image-content-section .inner-wrap .right-content .image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.two-column-image-content-section .inner-wrap .right-content .video-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.two-column-image-content-section .inner-wrap .right-content .video-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.two-column-image-content-section .inner-wrap .right-content .video-wrap video {
  width: 100%;
}

.two-column-image-content-section .inner-wrap .right-content .floating-text-wrap {
  position: absolute;
  top: 40px;
  left: -9%;
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
  z-index: 3;
  width: 100%;
  max-width: 244px;
}

.two-column-image-content-section .inner-wrap .right-content .floating-text-wrap .floating-text {
  border-radius: 39.558px;
  border: 2px #FFF;
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 2.637px 5.274px 7.912px 0 rgba(83, 116, 154, 0.08);
  display: flex;
  padding: 8.241px 16.482px;
  align-items: center;
  gap: 9.889px;
  width: 100%;
}

.two-column-image-content-section .inner-wrap .right-content .floating-text-wrap .floating-text:nth-child(2) {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.two-column-image-content-section .inner-wrap .right-content .floating-text-wrap .floating-text .icon {
  width: 100%;
  max-width: 35px;
  height: 35px;
}

.two-column-image-content-section .inner-wrap .right-content .floating-text-wrap .floating-text .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.two-column-image-content-section .inner-wrap .right-content .floating-text-wrap .floating-text .text {
  color: #2B3E50;
  font-family: var(--default-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  /* 153.333% */
}

.two-column-image-content-section .left-content .button-wrapper {
  margin-top: 40px;
  display: flex;
  gap: 8px;
}

.two-column-image-content-section .left-content .button-wrapper .btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: .72px;
  text-transform: uppercase;
  border-radius: 200px;
  padding: 22px 32px;
  display: block;
  width: 100%;
  text-align: center;
  transition: all ease-in-out 200ms;
  white-space: nowrap;
  border: 2px solid #041C4C;
  margin-bottom: 0;
  text-decoration: none;
  background: #041C4C;
}

.two-column-image-content-section .left-content .button-wrapper.btn-one .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.two-column-image-content-section .left-content .button-wrapper .btn.btn-contained {
  background: #041C4C;
  color: #fff;
  border: 2px solid #041C4C;
}

.two-column-image-content-section .left-content .button-wrapper .btn.btn-contained:hover {
  background: #900304;
  border: 2px solid #900304;
  color: #fff;
}

.two-column-image-content-section .left-content .button-wrapper .btn.btn-contained:active {
  background: #027A5B;
  color: #fff;
  border: solid 2px #027A5B;
}

.two-column-image-content-section .left-content .button-wrapper .btn.btn-outlined {
  border: 2px solid #082D5A;
  color: #082D5A;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.two-column-image-content-section .left-content .button-wrapper .btn.btn-outlined svg path {
  fill: #082D5A;
}

.two-column-image-content-section .left-content .button-wrapper .btn.btn-outlined:hover {
  background: #03165A;
  color: #fff;
  border: 2px solid #03165A;
}

.two-column-image-content-section .left-content .button-wrapper .btn.btn-outlined:hover svg path {
  fill: #fff;
}

.two-column-image-content-section .left-content .button-wrapper .btn.btn-outlined:active {
  background: #03165A;
  color: #000;
  border: 2px solid #E9D9BB;
}

.two-column-image-content-section .left-content .button-wrapper .btn.btn-outlined:active svg path {
  fill: #03165A;
}

@media screen and (max-width: 1279px) {
  .two-column-image-content-section .inner-wrap {
    gap: 40px;
  }

  .two-column-image-content-section .inner-wrap .left-content {
    padding: 15px 0;
  }
}

@media screen and (max-width: 767px) {
  .two-column-image-content-section {
    padding: 0;
  }

  .two-column-image-content-section .inner-wrap {
    flex-direction: column-reverse;
    gap: 0;
  }

  .two-column-image-content-section .inner-wrap .right-content .desktop-img {
    display: none;
  }

  .two-column-image-content-section .inner-wrap .right-content .mobile-img {
    display: block;
  }

  .two-column-image-content-section .inner-wrap .right-content {
    max-width: 100%;
  }

  .two-column-image-content-section .inner-wrap .right-content .image-wrap {
    position: unset;
    border-radius: 0;
    max-height: 550px;
  }

  .two-column-image-content-section .inner-wrap .left-content {
    max-width: 100%;
    padding: 40px 20px;
  }

  .two-column-image-content-section .inner-wrap .left-content .top-text>h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .two-column-image-content-section .inner-wrap .left-content .top-text .top-text-header h2,
  .two-column-image-content-section .inner-wrap .left-content .top-text>h2 {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }

  .two-column-image-content-section .inner-wrap .left-content .top-text>label {
    margin-bottom: 6px;
    width: 100%;
  }

  .two-column-image-content-section .left-content .doctor-section {
    margin: 0;
    margin-top: 32px;
  }


  .two-column-image-content-section .left-content .button-wrapper {
    margin-top: 40px;
  }

  .two-column-image-content-section .left-content .button-wrapper .btn {
    max-width: 100%;
    width: 100% !important;
    padding: 18px 20px;
  }

  .two-column-image-content-section .left-content .doctor-section .doctor-img-wrap {
    max-width: 56px;
    height: 56px;
  }

  .two-column-image-content-section .left-content .doctor-section .doctor-details h6 {
    font-size: 15px;
    line-height: 23px;
  }

  .two-column-image-content-section .left-content .doctor-section .doctor-details label {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.24px;
  }

  .two-column-image-content-section .left-content .doctor-section .doctor-details .credentials-list p {
    font-size: 11px;
    line-height: 11px;
  }

  .two-column-image-content-section .left-content .doctor-section .doctor-details .credentials-list p .separator {
    font-size: 6px;
    line-height: 6px;
    top: -2px;
    margin: 0 3px;
  }

  .two-column-image-content-section .left-content .doctor-section .doctor-details {
    gap: 5px;
  }

  .two-column-image-content-section .left-content .doctor-section {
    gap: 11px;
  }

  .two-column-image-content-section .left-content .doctor-section .doctor-details .credentials-list p+p:before {
    transform: unset;
    height: 10px;
    top: 4px;
  }
}

@media only screen and (max-width: 425px) {
  .two-column-image-content-section .left-content .button-wrapper.btn-one .btn {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1280px) {
  .two-column-image-content-section .inner-wrap .right-content {
    /* max-width: 660px; */
  }
}

@media (min-width: 768px) {
  .two-column-image-content-section .inner-wrap .right-content .image-wrap img.mobile-img {
    display: none;
  }
}

@media (max-width: 767px) {
  .two-column-image-content-section .inner-wrap .right-content .image-wrap img.desktop-img {
    display: none;
  }

  .two-column-image-content-section .inner-wrap .left-content .top-text .top-text-header {
    margin-bottom: 24px;
  }

  .two-column-image-content-section .inner-wrap .left-content .top-text .top-text-header>p {
    letter-spacing: .84px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
  }

  .two-column-image-content-section .inner-wrap .left-content .top-text .top-text-header h1 {
    /* font-size: 42px;
    line-height: 52px; */
    text-align: center;
    font-size: 38px;
    line-height: 48px;
  }

  .two-column-image-content-section .inner-wrap .left-content .wysiwyg-content * {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .two-column-image-content-section .inner-wrap .right-content .floating-text-wrap {
    top: unset;
    left: 8px;
    bottom: 8px;
    gap: 5px;
    max-width: unset;
    width: unset;
    align-items: flex-start;
  }

  .two-column-image-content-section .inner-wrap .right-content .floating-text-wrap.hide-floating-texts-mobile {
    display: none;
  }

  .two-column-image-content-section .inner-wrap .right-content .floating-text-wrap .floating-text {
    padding: 6px 8px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .two-column-image-content-section .inner-wrap .right-content .floating-text-wrap .floating-text+.floating-text {
    margin-left: 18px;
  }

  .two-column-image-content-section .inner-wrap .right-content .floating-text-wrap .floating-text .icon {
    max-width: 20px;
    height: 20px;
  }
}

.two-column-image-content-section .left-content .doctor-section .doctor-details .credentials-list p .credential-separator {
  display: inline-flex;
  padding: 0 6px;
  color: #aaa;
  opacity: .5;
}

@media (max-width: 767px) {
  .two-column-image-content-section .left-content .doctor-section .doctor-details .credentials-list p .credential-separator {
    padding: 0 4px;
  }

  .two-column-image-content-section .inner-wrap .left-content .wysiwyg-content {
    margin-top: 24px;
  }

  .two-column-image-content-section .inner-wrap .right-content .image-wrap img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}