.pr-100 {
    padding-right: 100px;
}
.mb-30 {
    margin-bottom: 30px;
}
section.cntcvr {
    background-image: url(../img/pri-cvr.svg);
}

section.pricnt {
    padding-top: 75px;
    padding-bottom: 130px;
}
.pricnt p {
    font-size: 22px;
}
section.pricnt h1 + p {
    margin-bottom: 40px;
}
section.pricnt h2 {
    font-size: 28px;
    margin-top: 30px;
    color: var(--heading-color);
}
section.pricnt .text-indent {
    padding-left: 25px;
    font-size: 22px;
}
section.pricnt .text-indent p {
    margin: 0;
}
section.pricnt .text-indent h3 {
    font-size: 24px;
    font-weight: 500;
    color: var(--heading-color);
    margin: 0;
}
.text-indent ul {
    font-size: 24px;
}
section.nwsltr {
    background: linear-gradient(#fff 50%, #f3f3f3 50%);
}


@media (max-width: 767px) {
    section.pricnt {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .iscttl.mb-30 {
        margin-bottom: 10px;
    }
    section.pricnt h1 + p {
        margin-bottom: 20px;
    }
    .pricnt p {
        font-size: 18px;
    }
    section.pricnt h2 {
        font-size: 20px;
        margin-top: 20px;
    }
    section.pricnt .text-indent h3 {
        font-size: 18px;
    }
    .text-indent ul {
        font-size: 18px;
    }
}
