.about-section { 
    padding-block: 80px;
    border-bottom: 1px solid rgba(196, 204, 209, 1);
}

.about-section .container { 
    width: 100%;
    padding: 0;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.about-section .container .pre-title { 
    font-family: CircularXX TT, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: rgba(50, 186, 246, 1);
}

.about-section .container .about-section__title { 
    font-family: CircularXX TT, sans-serif;
    font-weight: 450;
    font-size: 40px;
    line-height: 52px;
    color: rgba(12, 25, 55, 1);
    }

.about-section .container .about-section__content { 
    font-family: CircularXX TT, sans-serif;
    font-weight: 450;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: rgba(12, 25, 55, 1);
    width: 100%;
    max-width: 752px;
    margin: 0 auto;
    padding-top: 16px;
}

@media (max-width: 992px) {
    .about-section {
        padding: 40px;
    }

    .about-section .container {
        gap: 6px;
    }

    .about-section .container .pre-title {
        font-size: 16px;
        line-height: 24px;
    }
    .about-section .container .about-section__title {
        font-size: 32px;
        line-height: 1.3;
    }
    .about-section .container .about-section__content {
        font-weight: 450;
        font-size: 16px;
        line-height: 150%;
        text-align: center;

        padding-top: 18px;
    }
}
