h1{
    font-size: 67px;
    font-weight: 400;
    margin-bottom: 60px;
    line-height: 95%;
}
main .p-sides-50 {
    margin-bottom: 75px;
}
.sub-h2{
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 25px;
}
.policy{
    font-size: 16px;
    font-weight: 400;
    padding: 25px 0;
    line-height: 145%;
    border-top: 1px solid var(--gray);
    border-bottom: 1px solid var(--gray);
}
.sub-block{
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    margin-top: 30px;
}
.policy > p, .sub-block > p {
    text-align: justify;
}
.policy > p:last-child, .sub-block > p:last-child{
    margin-bottom: 0;
}

@media (max-width: 640px) and (orientation: portrait){
    h1{
        font-size: 37px;
        margin-bottom: 28px;
        line-height: 100%;
    }
    .sub-h2{
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .policy, .sub-block{
        font-size: 12px;
    }
    .sub-block{
        margin-top: 25px;
    }
}