.page {
    padding-top: 32px;
}
.page .container{
    max-width: 1080px;
}
.page-title-wrapper {
    text-align: center;
    margin-bottom: 32px;
}
.page-title-wrapper .h1 {
    margin-bottom: 16px;
    color: #2AA466;
}
.block:not(:last-child) {
    margin-bottom: 32px;
}
.page-content {
    margin-top: 32px;
}
.page .h2 {
    font-size: 20px;
    color: #2AA466;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: normal;
}

.page ul {
    margin-left: 40px;
    list-style-type: disc;
    margin-block: 16px;
}

.page ul li {
  font-size: 16px;
  margin-bottom: 8px;
}

.page p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.page p:is(:last-child) {
    margin-bottom: 0;
}

strong {
  font-weight: bold;
}

.page a {
  color: #2980b9;
  text-decoration: none;
}

.page a:hover {
  text-decoration: underline;
}

@media (max-width: 479px) {
    .page ul {
        margin-left: 34px;
    }
    .page .h2 {
        font-size: 18px;
    }
    .page .block:not(:last-child) {
        margin-bottom: 24px;
    }
}