.hero {
  min-height: 584px;
  background-color: #f6f8fb;
  background-image: url("/img/sec-bg.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 670px;
}
h1 {
  margin-top: 80px;
  font-size: 80px;
  font-weight: 700;
}

.page-content {
  color: #7a7a7a;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  max-width: 620px;
  margin-inline: auto;
  margin-block: 110px;
}

.page-content-wrapper {
  color: #bcbcbc;
  text-align: center;
  font-size: 18px;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 630px;
}

@media (max-width: 1280px) {
  .hero {
    background-size: 270px;
  }
}

@media (max-width: 900px) {
  .page-content {
    margin-block: 80px;
  }
  h1 {
    margin-top: 90px;
  }
}
@media (max-width: 500px) {
  .page-content {
    margin-block: 60px;
  }
  h1 {
    margin-top: 60px;
  }

  .hero {
    background-size: 270px;
    background-position: center bottom;
    padding-bottom: 200px;
  }
}
