.page-dichvu {
  background: #fff;
  color: #00576a;
}

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

.page-dichvu__hidden-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-dichvu__section {
  padding: 28px 0 88px;
}

.page-dichvu__container {
  width: min(1130px, calc(100% - 40px));
  margin: 0 auto;
}

.page-dichvu__header {
  max-width: 1126px;
  margin: 0 auto;
}

.page-dichvu__title {
  margin: 0;
  color: #00576a;
  font-size: 40px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.page-dichvu__intro {
  margin: 24px 0 0;
  color: #004f65;
  font-size: 24px;
  line-height: 1.34;
  font-weight: 400;
  letter-spacing: 0;
}

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

.page-dichvu__intro p + p {
  margin-top: 8px;
}

.page-dichvu__grid {
  width: min(1130px, 100%);
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 230px));
  justify-content: space-between;
  gap: 34px 30px;
}

.page-dichvu-card {
  min-width: 0;
}

.page-dichvu-card__link {
  display: flex;
  height: 288px;
  flex-direction: column;
  overflow: hidden;
  color: #00576a;
  text-align: center;
  text-decoration: none !important;
  background: #fff;
  border: 1px solid #1d1d1d;
  border-radius: 26px;
}

.page-dichvu-card__link:hover,
.page-dichvu-card__link:focus {
  color: #00576a;
}

.page-dichvu-card__media {
  display: block;
  width: 100%;
  height: 190px;
  flex: 0 0 190px;
  overflow: hidden;
  border-radius: 0;
  background: #eef5f7;
}

.page-dichvu-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
}

.page-dichvu-card__name {
  display: flex;
  flex: 1 1 auto;
  height: 98px;
  align-items: center;
  justify-content: center;
  padding: 12px 16px 14px;
  color: #00576a;
  font-size: 26px;
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .page-dichvu__section {
    padding-bottom: 72px;
  }

  .page-dichvu__intro {
    font-size: 21px;
  }

  .page-dichvu__grid {
    max-width: 760px;
    grid-template-columns: repeat(2, minmax(0, 230px));
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .page-dichvu__section {
    padding: 30px 0 72px;
  }

  .page-dichvu__container {
    width: calc(100% - 32px);
  }

  .page-dichvu__title {
    font-size: 34px;
  }

  .page-dichvu__intro {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.45;
  }

  .page-dichvu__grid {
    margin-top: 28px;
    grid-template-columns: minmax(0, 230px);
    gap: 24px;
  }
}
