.subpage-section{
    padding-top: 100px;
    padding-bottom: 60px;
}
.subpage__heading {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 40px;
    color: #212121;
    font-weight: 500;
}
.subpage__heading span {
    color: #d0a650;
}
.subpage__text {
    font-size: 18px;
    line-height: 24px;
    color: #212121;
    font-weight: 300;
    margin-bottom: 80px;
}
.subpage__text strong{
    font-weight: 500;
}
.subpage__row{
    padding-top: 60px;
    padding-bottom: 60px;
}
.subpage__row.dark-bg{
    background: #f8f8f8;
}
.subpage__row-title{
    font-size: 24px;
    line-height: 30px;
    color: #212121;
    font-weight: 500;
    margin-bottom: 30px;
}
.subpage__row-text p{
    font-size: 18px;
    line-height: 24px;
    color: #212121;
    font-weight: 300;
}
.subpage__row-text strong {
    font-weight: 500;
}
.subpage__row-text ul,
.subpage__text ul{
    font-size: 18px;
    line-height: 24px;
    color: #212121;
    font-weight: 300;
    margin-bottom: 30px;
}
.subpage__row-text ul li::before,
.subpage__text ul li::before{
    background: #d0a650;
}
.subpage__row-columns {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
}
.subpage__row-columns.row-right{
    flex-direction: row-reverse;
}
.subpage__row-image,
.subpage__row-text{
    flex: 1;
}
@media screen and (max-width: 992px) {
    .subpage__row-columns,
    .subpage__row-columns.row-right {
        flex-direction: column;
    }
}
@media screen and (max-width: 768px) {
    .subpage__heading{
        font-size: 30px;
        line-height: 40px;
    }
}