/* ======================================================
   18 — SOBRE | TABLET E MOBILE
   O texto começa ao lado da imagem e continua abaixo dela.
====================================================== */

@media (max-width: 900px) {
    .about-container {
        display: block !important;
    }

    .about-container::after {
        content: "";
        display: table;
        clear: both;
    }

    .about-image {
        width: clamp(220px, 39vw, 320px) !important;
        height: auto !important;
        aspect-ratio: 4 / 5;
        float: left;
        margin: 0 clamp(18px, 3.2vw, 28px) 14px 0 !important;
        border-radius: clamp(22px, 3vw, 30px) !important;
    }

    .about-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .about-content {
        display: block !important;
        min-width: 0;
    }

    .about-content .section-tag {
        margin-bottom: 12px !important;
    }

    .about-content h2 {
        margin-bottom: 16px !important;
        font-size: clamp(25px, 4.4vw, 36px) !important;
        line-height: 1.1 !important;
    }

    .about-section .about-content p {
        margin-bottom: 18px !important;
        line-height: 1.68 !important;
        text-align: justify !important;
        text-align-last: left !important;
        word-spacing: normal !important;
        letter-spacing: normal !important;
        hyphens: auto !important;
        -webkit-hyphens: auto !important;
        overflow-wrap: break-word !important;
    }

    .about-highlights,
    .about-content .pba-more-link {
        clear: both;
    }

    .about-highlights {
        padding-top: 10px;
    }
}

@media (max-width: 600px) {
    .about-image {
        width: clamp(138px, 42vw, 190px) !important;
        margin-right: 16px !important;
        margin-bottom: 10px !important;
        border-radius: 22px !important;
    }

    .about-content .section-tag {
        font-size: 10px !important;
        letter-spacing: 1.1px !important;
    }

    .about-content h2 {
        font-size: clamp(20px, 6vw, 27px) !important;
        line-height: 1.12 !important;
        letter-spacing: -0.7px !important;
    }

    .about-section .about-content p {
        font-size: 15px !important;
        line-height: 1.66 !important;
    }
}

@media (max-width: 390px) {
    .about-image {
        width: 132px !important;
        margin-right: 14px !important;
    }

    .about-content h2 {
        font-size: 19px !important;
    }
}
