.head-section {
  padding: 70px;
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  min-height: 650px;
  height: calc(100vh - 75px);
}
.head-section .content-split {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
}
.head-section .content-split .content {
  flex: 0 0 calc(55% - 35px);
}
.head-section .content-split .content h1 {
  font-size: 42px;
  font-weight: 700;
  color: #073256;
  max-width: 655px;
}
.head-section .content-split .content h1 .primary {
  color: #FF4E00;
}
.head-section .content-split .content p {
  margin-top: 15px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
}
.head-section .content-split .img-wrapper {
  flex: 0 0 calc(45% - 35px);
  height: 100%;
  display: flex;
  align-items: center;
}
.head-section .content-split .img-wrapper img {
  width: auto;
  max-width: 100%;
  border-radius: 12px;
  max-height: 100%;
  aspect-ratio: 0.7508812594;
}

.content-section {
  padding: 20px 70px 70px;
}
.content-section .content-card {
  width: 943px;
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 28px 34px;
  display: flex;
  gap: 110px;
  border-radius: 11px;
  background: #ffffff;
  box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
  transition: transform 0.3s ease-in-out;
}
.content-section .content-card h2 {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  flex: 0 0 230px;
}
.content-section .content-card p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}
.content-section .content-card:hover {
  transform: scale(1.1);
}

@media (max-width: 1260px) {
  .head-section .content-split .content h1 {
    font-size: 38px;
  }
  .content-section .content-card h2 {
    font-size: 32px;
  }
}
@media (max-width: 1170px) {
  .content-section .content-card:hover {
    transform: none;
  }
}
@media (max-width: 1154px) {
  .head-section .content-split .content h1 {
    font-size: 36px;
  }
  .content-section .content-card h2 {
    font-size: 30px;
  }
}
@media (max-width: 1070px) {
  .head-section .content-split .content h1 {
    font-size: 34px;
  }
  .head-section .content-split .content p {
    font-size: 18px;
  }
  .content-section .content-card {
    gap: 80px;
  }
  .content-section .content-card h2 {
    font-size: 28px;
  }
  .content-section .content-card p {
    font-size: 17px;
  }
}
@media (max-width: 876px) {
  .head-section {
    min-height: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  .head-section .content-split {
    flex-direction: column;
    justify-content: start;
    gap: 20px;
  }
  .head-section .content-split .content {
    flex: auto;
  }
  .head-section .content-split .content h1 {
    font-size: 32px;
  }
  .head-section .content-split .img-wrapper {
    flex: auto;
  }
  .head-section .content-split .img-wrapper img {
    max-width: 400px;
  }
  .content-section .content-card {
    gap: 60px;
  }
  .content-section .content-card h2 {
    font-size: 26px;
    flex: 0 0 180px;
  }
  .content-section .content-card p {
    font-size: 17px;
  }
}
@media (max-width: 770px) {
  .content-section .content-card {
    flex-direction: column;
    gap: 20px;
  }
  .content-section .content-card h2 {
    flex: auto;
  }
}
@media (max-width: 556px) {
  .head-section {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .head-section .content-split .content h1 {
    font-size: 28px;
  }
  .head-section .content-split .content p {
    font-size: 17px;
  }
  .head-section .content-split .img-wrapper {
    max-width: 100%;
    box-sizing: content-box;
  }
  .head-section .content-split .img-wrapper img {
    max-width: 100%;
  }
  .content-section {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
  }
  .content-section .content-card h2 {
    font-size: 24px;
  }
  .content-section .content-card p {
    font-size: 16px;
  }
}/*# sourceMappingURL=about.css.map */