.about-us-header {
  position: relative;
  min-height: 100vh;
  background-color: #20386A;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .about-us-header {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}
.about-us-header .custom-home-padding {
  z-index: 2;
}
.about-us-header .floating-left {
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  height: 100%;
  display: none;
}
.about-us-header .floating-left img {
  height: 500px;
}
@media (min-width: 2080px) {
  .about-us-header .floating-left img {
    height: 650px;
  }
}
@media (min-width: 1200px) {
  .about-us-header .floating-left {
    display: flex;
    align-items: end;
    padding-bottom: 10rem;
  }
}
.about-us-header .floating-right {
  position: absolute;
  top: -130px;
  right: -220px;
  width: fit-content;
  height: 100%;
  display: none;
}
.about-us-header .floating-right img {
  height: 500px;
}
@media (min-width: 2080px) {
  .about-us-header .floating-right img {
    height: 650px;
  }
}
@media (min-width: 1200px) {
  .about-us-header .floating-right {
    display: flex;
    align-items: start;
  }
}
.about-us-header .floating-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: fit-content;
  display: none;
  z-index: 1;
}
.about-us-header .floating-bottom img {
  width: 500px;
}
@media (min-width: 2080px) {
  .about-us-header .floating-bottom img {
    width: 650px;
  }
}
@media (min-width: 1200px) {
  .about-us-header .floating-bottom {
    display: flex;
    justify-content: center;
  }
}
.about-us-header .floating-rightbottom {
  position: absolute;
  bottom: -66px;
  right: -434px;
  width: 80%;
  height: fit-content;
  display: none;
  z-index: 1;
}
@media (min-width: 1200px) {
  .about-us-header .floating-rightbottom {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1199.98px) {
  .about-us-header .content-column {
    padding-top: 70px;
  }
}
.about-us-header .text-content {
  position: relative;
  z-index: 2;
}
.about-us-header .content .image {
  position: absolute;
  right: -10px;
  bottom: -170px;
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .about-us-header .content .image img {
    width: 600px;
  }
}
.about-us-header .content h1 {
  font-size: calc(1.3125rem + 0.75vw);
  text-transform: none;
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .about-us-header .content h1 {
    font-size: 1.875rem;
  }
}
.about-us-header .person-name {
  position: absolute;
  bottom: 330px;
}
@media (max-width: 1199.98px) {
  .about-us-header .person-name {
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .about-us-header .person-name {
    bottom: 100%;
    left: 0;
  }
}
.about-us-header .person-name p {
  margin-bottom: 0;
}