.header {
}

.header-bottom {
  height: 481px;
}

.header__bg-img {
  height: 481px;
  background-image: url(/img/ban_usl.jpg);
}

.page-h1-wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .page-h1-wrap h1 {
    font-size: 68px;
    font-size: clamp(34px, 5vw, 68px);
  }
}

.main {
  font-size: 19px;
}

.services-headimg {
  position: relative;
  z-index: 1;
  margin-top: -180px;
  display: flex;
  justify-content: center;
}
.services-headimg img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .services-headimg {
    width: 200px;
    margin-inline: auto;
    margin-top: -120px;
  }
}

.title-page-1 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
}

.title-page-1 + .title-page-2 {
  margin-top: 50px;
}

.title-page-2 {
  margin-top: 80px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}