/* -------------------------------------------------
   ABOUT US SECTION
---------------------------------------------------*/
.about-section {
    margin-top: 40px;
}

.about-title {
    text-align: center;
    font-size: 30px;
    color: #0a2a70;
    font-weight: 700;
    margin-bottom: 25px;
}

.about-text p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #333;
    text-align: justify;
}

.about-subtitle {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #0a2a70;
    font-weight: 600;
}

.about-block {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}

.about-list {
    list-style: disc;
    padding-left: 25px;
    margin-top: 10px;
}

.about-list li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #333;
}

/* Responsive */
@media (max-width: 768px) {
    .about-title {
        font-size: 24px;
    }

    .about-subtitle {
        font-size: 20px;
    }

    .about-text p,
    .about-list li,
    .about-block {
        font-size: 15px;
    }
}
