.about-us .about-top-text {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 90px;
}
.about-us .about-top-text .dark-blue-gradient {
  background: radial-gradient(128.26% 128.26% at -19.63% 21.34%, #0F4C5C 0%, #191919 100%);
  padding: 135px 100px;
  padding-top: 174px;
  border-radius: 20px;
  top: -80px;
  position: relative;
  z-index: 22;
}
.about-us .about-top-text .dark-blue-gradient h2 {
  color: #F7F5EE;
  font-size: 96px;
  font-weight: 300;
  line-height: 104%;
}
.about-us .about-top-text .dark-blue-gradient h2 strong {
  font-weight: 300;
  position: relative;
  z-index: 1;
  display: inline-flex;
}
.about-us .about-top-text .dark-blue-gradient h2 strong:before {
  position: absolute;
  content: "";
  left: -10px;
  right: -10px;
  bottom: 0;
  border: 0.9rem solid #0F4C5C;
  border-radius: 34px;
  z-index: -1;
}
@media (max-width: 1024px) {
  .about-us .about-top-text .dark-blue-gradient h2 strong:before {
    border: 12px solid #0F4C5C;
  }
}
@media (max-width: 1024px) {
  .about-us .about-top-text .dark-blue-gradient h2 {
    font-size: 60px;
    line-height: 100%;
  }
}
@media (max-width: 1024px) {
  .about-us .about-top-text .dark-blue-gradient {
    padding: 0 32px;
    padding-top: 58px;
    padding-bottom: 50px;
  }
}
.about-us .about-top-text .right-text {
  padding-top: 114px;
  font-size: 28px;
  color: #0F4C5C;
  line-height: 125%;
}
.about-us .about-top-text .right-text a {
  margin-top: 50px;
  padding: 0px 70px;
  line-height: 44px;
}
@media (max-width: 1024px) {
  .about-us .about-top-text .right-text a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .about-us .about-top-text .right-text {
    padding-top: 0;
    font-size: 20px;
    text-align: center;
  }
  .about-us .about-top-text .right-text p {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .about-us .about-top-text {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.about-us .squares .squares-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.about-us .squares .squares-wrapper h3 {
  font-size: 96px;
  font-weight: 300;
  line-height: 104%;
  color: #082B34;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about-us .squares .squares-wrapper h3 strong {
  color: #0F4C5C;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .about-us .squares .squares-wrapper h3 {
    font-size: 67px;
    width: 75%;
    margin-bottom: 25px;
  }
}
.about-us .squares .squares-wrapper .square {
  background: #D0D4D9;
  border-radius: 20px;
  overflow: hidden;
  height: 438px;
}
.about-us .squares .squares-wrapper .square video, .about-us .squares .squares-wrapper .square img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-us .squares .squares-wrapper .square.text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 65px;
}
.about-us .squares .squares-wrapper .square.text p {
  font-size: 28px;
  color: #082B34;
  line-height: 125%;
}
.about-us .squares .squares-wrapper .square.text p strong {
  color: #0F4C5C;
}
@media (max-width: 1024px) {
  .about-us .squares .squares-wrapper .square.text p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .about-us .squares .squares-wrapper .square {
    height: 239px;
  }
}
@media (max-width: 1024px) {
  .about-us .squares .squares-wrapper {
    grid-template-columns: 1fr;
    gap: 28.5px;
  }
}
@media (max-width: 1024px) {
  .about-us .squares {
    margin-top: 125px;
  }
}