/* ------------------------- SECTION ------------------------- */
.about-section {
    height: 65rem;
    padding: 24rem 0 0;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .about-section {
        padding: 13rem 0 6.5rem;
        height: auto;
    }
}

@media screen and (max-width: 575px) {
    .about-section__title {
        font-size: 2rem;
    }

    .about-section__title br {
        display: none;
    }
}

.about-section__subtitle {
    font-size: 1.8rem;
    margin: 1rem 0 6rem;
}

@media screen and (max-width: 575px) {
    .about-section__subtitle {
        font-size: 1.4rem;
        margin-bottom: 4rem;
    }

    .about-section__subtitle br {
        display: none;
    }
}

.about-section .t-btn {
    margin: 0 auto;
}

@media screen and (max-width: 575px) {
    .calculator-section {
        margin-top: 0;
    }
}

@media screen and (max-width: 575px) {
    .advantages-section.payment {
        padding-top: 3rem;
    }
}