/* About page */

.hero .container-flexible {
    --container-flexible-a: 0.62;
    --container-flexible-b: 0.38;
}

.hero .hero-image-container {
    min-height: 160px;
    background: linear-gradient(135deg, #f4f4f4 0%, #e6e6e6 100%);
    border-radius: 4px;
}

.page-about .section-title {
    margin-top: 8px;
}

@media (max-width: 767px) {
    .page-about .section-title {
        margin-top: 12px;
    }
}
