/**
 * Naswood – Hakkımızda / Hikâyemiz
 * Yalnızca #about-section içindeki Hikâyemiz açıklamasını etkiler.
 */
#about-section .nwhs-about-story-paragraphs {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

#about-section .nwhs-about-story-paragraphs p {
    margin: 0;
    display: block !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
    text-align: left !important;
    text-align-last: auto;
    line-height: 1.9;
    overflow-wrap: break-word;
    text-wrap: pretty;
    -webkit-hyphens: none;
    hyphens: none;
}

#about-section .nwhs-about-story-paragraphs p + p {
    margin-top: 22px;
}

@media (max-width: 767px) {
    #about-section .nwhs-about-story-paragraphs p {
        line-height: 1.75;
    }

    #about-section .nwhs-about-story-paragraphs p + p {
        margin-top: 16px;
    }
}
