.page-kythuat {
  background: #ffffff;
  color: #00576a;
}

.page-kythuat *,
.page-kythuat *::before,
.page-kythuat *::after {
  box-sizing: border-box;
}

.page-kythuat__section {
  padding: 86px 0 96px;
}

.page-kythuat__container {
  width: min(1120px, calc(100% - 120px));
  margin: 0 auto;
}

.page-kythuat__title {
  margin: 0 0 24px;
  color: #00576a;
  font-size: 72px;
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.page-kythuat__intro {
  width: min(1100px, 100%);
  margin: 0 auto 34px;
  color: #1d6677;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0;
}

.page-kythuat__intro p {
  margin: 0;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-word;
}

.page-kythuat__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 390px));
  gap: 42px 66px;
  align-items: start;
  justify-items: center;
  width: min(1120px, 100%);
  margin: 0 auto;
  justify-content: center;
}

.page-kythuat-card {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none !important;
}

.page-kythuat-card:nth-child(odd):last-child {
  grid-column: 1 / -1;
  width: min(100%, 390px);
}

.page-kythuat-card__media {
  display: block;
  overflow: hidden;
  border-radius: 28px;
  background: #dbe5e8;
}

.page-kythuat-card__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.page-kythuat-card__label {
  display: block;
  margin-top: 16px;
  color: #00576a;
  font-size: 27px;
  line-height: 1.25;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .page-kythuat__container {
    width: calc(100% - 64px);
  }

  .page-kythuat__section {
    padding-bottom: 76px;
  }

  .page-kythuat__title {
    font-size: 60px;
  }

  .page-kythuat__intro {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .page-kythuat__section {
    padding: 60px 0 120px;
  }

  .page-kythuat__title {
    font-size: 48px;
  }

  .page-kythuat__intro {
    margin-bottom: 28px;
    font-size: 19px;
  }

  .page-kythuat__cards {
    grid-template-columns: repeat(2, minmax(0, 320px));
    gap: 34px;
  }

  .page-kythuat-card:nth-child(odd):last-child {
    width: min(100%, 320px);
  }

  .page-kythuat-card__label {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .page-kythuat__container {
    width: calc(100% - 32px);
  }

  .page-kythuat__section {
    padding: 42px 0 84px;
  }

  .page-kythuat__title {
    margin-bottom: 18px;
    font-size: 38px;
  }

  .page-kythuat__intro {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.45;
  }

  .page-kythuat__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 18px;
  }

  .page-kythuat-card:nth-child(odd):last-child {
    width: min(100%, 300px);
  }

  .page-kythuat-card__media {
    border-radius: 22px;
  }

  .page-kythuat-card__label {
    margin-top: 14px;
    font-size: 16px;
  }
}
