.about-us-section {
  background: linear-gradient(56.46deg, rgba(255, 253, 253, 0.7) 23.57%, rgba(159, 196, 242, 0.28) 73.02%, rgba(214, 231, 252, 0.44) 93.19%);
}
.about-us-section .column {
  width: 50%;
  display: flex;
  align-items: center;
  position: relative;
}
.about-us-section .media-wrapper {
  overflow: hidden;
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  left: auto;
  width: 50vw;
}
.about-us-section .content-wrapper {
 padding-top: 80px;
  padding-left: 12%;
padding-bottom: 80px;
/*   min-height: 750px; */
}
.about-us-section .row.swap .content-wrapper {
  padding-left: 0;
  padding-right: 12%;
}
.about-us-section .content-wrapper > * {
  margin-bottom: 24px;
}
.about-us-section .row.swap .media-wrapper {
  left: 0px;
  right: auto;
}
.about-us-section .media-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.about-us-section .row.swap {
  flex-direction: row-reverse;
}
.about-us-section .column * {
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  .about-us-section .content-wrapper {
    padding-left: 15px;
  }
  .about-us-section .row.swap .content-wrapper {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .about-us-section .column.media-column {
    padding: 0px;
  }
  .about-us-section .column {
/*     min-height: 400px; */
	          min-height: 640px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-section .column {
    width: 100%;
  }
  .about-us-section .column.content-column {
    margin-bottom: 30px;
  }
  .about-us-section .column.column-left.media-column {
    padding-top: 50vw;
  }
  .about-us-section .media-wrapper,
  .about-us-section .row.swap .media-wrapper {
    left: 0;
    right: 0;
    width: auto;
  }
  .about-us-section .row.swap .content-wrapper,
  .about-us-section .content-wrapper {
    padding: 30px 0px;
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 575px) {
  .about-us-section .media-wrapper,
  .about-us-section .row.swap .media-wrapper {
    left: 0px;
    right: auto;
    width: 100vw;
  }
}
