.full-height-side-image-and-content {
  padding: 0;
}

.full-height-side-image-and-content .wrap {
  display: flex;
  flex-direction: column;
}

.full-height-side-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap h2 {
  color: #FFFFFF;
  margin: 0;
  font-family: Mulish;
  font-weight: 400;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.full-height-side-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap .top-text .wysiwyg-content * {
  color: #FFFFFF;
  font-family: Mulish;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0pc;

}

.full-height-side-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap>h2 .highlight {
  color: #005357;
}

.full-height-side-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap .repeater-inner-wrap {
  margin-top: 48px;
}

.full-height-side-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap .repeater-inner-details {
  display: flex;
  gap: 24px;
  border-bottom: solid 1px #8F8F8F;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.full-height-side-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap .repeater-inner-details:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: unset;
}

.full-height-side-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap .repeater-inner-details .icon-wrap {
  width: 60px;
  min-width: 60px;
}

.full-height-side-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap .repeater-inner-details .details-inner h4 {
  margin: 0;
  color: #FFFFFF;
  font-family: Mulish;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0;
}

.full-height-side-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap .repeater-inner-details .details-inner .wysiwyg-content p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .6);
  font-family: 'Mulish';
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
}

.full-height-side-image-and-content .inner-wrap {
  width: 100%;
  display: flex;
}

.full-height-side-image-and-content.img-right .wrap .inner-wrap:nth-child(odd) {
  flex-direction: row-reverse;
}

.full-height-side-image-and-content.img-left .wrap .inner-wrap:nth-child(even) {
  flex-direction: row-reverse;
}

.full-height-side-image-and-content .inner-wrap .image-content-wrap {
  min-height: 300px;
  /* max-height: 550px; */
  width: 100%;
  max-width: 65%;
}

.full-height-side-image-and-content .inner-wrap .contents-wrap {
  width: 100%;
  max-width: 40%;
  display: flex;
  align-items: center;
  padding: 80px 80px 80px 20px;
}

.full-height-side-image-and-content.img-right .wrap .inner-wrap:nth-child(odd) .contents-wrap {
  justify-content: flex-end;
}

.full-height-side-image-and-content.img-left .wrap .inner-wrap:nth-child(even) .contents-wrap {
  justify-content: flex-end;
}

.full-height-side-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap {
  width: 100%;
  max-width: 390px;
}

.full-height-side-image-and-content .inner-wrap .image-inner-wrap {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.full-height-side-image-and-content .inner-wrap .mobile-img {
  display: none;
}

.full-height-side-image-and-content a {
  font-size: inherit;
  line-height: inherit;
  color: inherit !important;
  text-decoration: underline !important;
}

.full-height-side-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap .repeater-inner-details .details-inner .wysiwyg-content {
  color: #505050;

  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

@media screen and (max-width: 992px) {
  .full-height-side-image-and-content {
    padding: 0px;
  }

  .full-height-side-image-and-content .wrap {
    gap: 0;
  }

  .full-height-side-image-and-content .wrap .inner-wrap {
    flex-direction: column !important;
    gap: 0px;
  }

  .full-height-side-image-and-content .inner-wrap .contents-wrap {
    max-width: 100%;
    padding: 40px 20px;
    background: #58585A;
  }

  .full-height-side-image-and-content .inner-wrap .image-content-wrap {
    max-width: 100%;
    display: flex;
    /* height: 240px; */
    min-height: unset;
  }

  .full-height-side-image-and-content .inner-wrap .image-content-wrap img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
  }

  .full-height-side-image-and-content .inner-wrap .image-inner-wrap {
    background: unset !important;
  }

  .full-height-side-image-and-content .inner-wrap img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }

  .full-height-side-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap>h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .full-height-side-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap {
    max-width: 100%;
  }

  .full-height-side-image-and-content .inner-wrap .mobile-img {
    display: block;
  }

  .full-height-side-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap .repeater-inner-details .details-inner h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .full-height-side-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap .repeater-inner-wrap {
    margin-top: 32px;
  }

  .full-height-side-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap .repeater-inner-details .details-inner h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .full-height-side-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap .repeater-inner-details .details-inner .wysiwyg-content {
    font-size: 16px;
    line-height: 24px;
  }

  .full-height-side-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap .repeater-inner-details .details-inner .wysiwyg-content p {
    font-size: 14px;
    line-height: 140%;
  }
  .full-height-side-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap h2 {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
  }
  .full-height-side-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap .top-text .wysiwyg-content * {
    font-size: 15px;
    line-height: 23px;
    text-align: center;
  }
	.full-height-side-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap .repeater-inner-details .icon-wrap {
		width: 40px;
		min-width: 40px;
	}
}

.full-height-side-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap .repeater-inner-details .details-inner {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
}

.full-height-side-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap .repeater-inner-details .details-inner .wysiwyg-content :first-child {
  margin-top: 0;
}