﻿.about-title {
    text-align: center;
    color: #1b6ec2;
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.about-text {
    margin: 0 auto;
    color: #333;
    line-height: 1.8;
    font-size: 1.05rem;
    text-align: justify;
    padding: 0 1rem;
}

    .about-text p {
        margin-bottom: 1rem;
    }

    .about-text h2 {
        color: #004aad;
        font-size: 1.4rem;
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-weight: 600;
        text-align: center;
    }

    .about-text ul {
        margin-left: 2rem;
        margin-bottom: 1.5rem;
    }

    .about-text li {
        margin-bottom: 0.6rem;
    }

    .about-text strong {
        color: #111;
    }

    .about-text i {
        color: #555;
    }

/* Адаптив */
@media (max-width: 991px) {
    .about-title {
        font-size: 1.8rem;
    }

    .about-text {
        font-size: 1.3rem;
        line-height: 1.7;
    }
}

@media (max-width: 575px) {
    .about-title {
        font-size: 1.7rem;
        margin-bottom: 1.5rem;
    }

    .about-text {
        font-size: 1.2rem;
        padding: 0 0.5rem;
        text-align: left;
    }

        .about-text h2 {
            text-align: left;
            font-size: 1.2rem;
        }
}