.about-page .ui-card {
    border-radius: 1.75rem;
}

.about-page :where(h1, h2, h3, p, figcaption, li) {
    -webkit-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    word-break: normal;
}

.about-page :where(a, button, .header-control, .header-back-link) {
    -webkit-hyphens: manual;
    hyphens: manual;
    overflow-wrap: normal;
}

@media (max-width: 768px) {
    .about-page h1 {
        -webkit-hyphens: manual;
        hyphens: manual;
        max-width: 100% !important;
        overflow-wrap: normal;
        word-break: normal;
    }
}
