/* ── About AHS ── */
.about-section {
    padding: 70px 20px;
    background-color: #ffffff;
}

.about-content {
    padding-right: 40px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.about-label {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 8px;
}

.about-title {
    font-size: 2.4rem;
    font-weight: 800;
    color: #0f2027;
    margin-bottom: 20px;
    line-height: 1.2;
}

.about-text {
    font-size: 0.97rem;
    color: #444;
    line-height: 1.85;
    text-align: justify;
    margin-bottom: 14px;
}

.about-image-wrapper {
    width: 100%;
}

.about-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

/* About – Mobile */
@media (max-width: 768px) {
    .about-section {
        padding: 40px 20px;
    }

    .about-content {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .about-title {
        font-size: 1.8rem;
    }
}
