/* ============================================
   ABOUT SECTION STYLES
   ============================================ */

.about-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: white;
    overflow: hidden;
}

.about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 42rem;
    margin: 0 auto;
}

.about-content .about-title {
    margin-bottom: 1.5rem;
}

.about-content p {
    margin-bottom: 2rem;
}

.about-section .button-2 {
    margin-bottom: 0;
}

.about-br-390 {
    display: none;
}

@media (max-width: 768px) {
    .about-section {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
}

/* Mobile: iPhone 12/13/14 (390x844) */
@media (max-width: 390px) and (max-height: 844px) {
    .about-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
        padding-left: 24px;
        padding-right: 24px;
    }

    .about-section > .max-w-7xl {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100%;
    }

    .about-content {
        width: 100%;
        max-width: 100%;
    }

    .about-content .about-title {
        margin-bottom: 1.25rem;
    }

    .about-content p {
        font-size: 16px !important;
        margin-bottom: 1.75rem;
    }

    .about-section h2 {
        font-size: 32px !important;
        width: 100%;
        max-width: 100%;
    }

    .about-br-390 {
        display: block;
    }

    .about-title-last-line {
        white-space: nowrap;
    }
}
