
.about-us-main {
    padding: 24px 0 40px;
}

.about-hero-title {
    margin: 0 0 16px;
    font-family: 'Alfa Slab One', 'Alfa Slab One Fallback', serif;
    font-size: clamp(28px, 4vw, 44px);
    color: #2d3a86;
}

.about-hero img {
    height: 320px;
    width: 100%;
    object-fit: cover;
}

.about-intro {
    padding: 32px 0 20px;
}

.about-logo {
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
}

.about-logo img {
    max-height: 120px;
    width: auto;
    height: auto;
}

.about-intro-row {
    display: flex;
    align-items: center;
    gap: 24px;
}

.about-text h2,
.about-text h3,
.about-text p {
    margin: 0 0 12px;
}

@media (max-width: 767px) {
    .about-hero img {
        height: 240px;
    }

    .about-intro-row {
        flex-direction: column;
    }

    .about-logo {
        order: -1;
        margin-bottom: 16px;
    }

    .m-text-align-center {
        text-align: center;
    }}
