.our-team {
    position: relative;
    max-width: 1440px;
    margin: 100px auto 0;
    padding: 0 24px;
}

.team-heading {
    font-size: 56px;
    line-height: 96px;
    text-transform: uppercase;
    font-family: 'At Aero TRIAL';
    font-weight: bolder;
    color: #fff;
    text-align: center;
    margin-bottom: 64px;
}

.team-heading .highlight {
    color: #e6421d;
}

.team-single {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.blokxblok-team-photo {
    width: 100%;
    max-width: 560px;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}

.team-description {
    max-width: 780px;
    display: flex;
    flex-direction: column;
    font-family: 'At Aero TRIAL';
    font-weight: normal;
    gap: 20px;
    text-align: center;
}

.team-description p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #ccc;
    margin: 0;
}

@media (max-width: 768px) {
    .our-team {
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }

    .team-heading {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 40px;
    }

    .blokxblok-team-photo {
        max-width: 100%;
        height: 300px;
    }

    .team-description p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .our-team {
        margin: 60px auto;
    }

    .blokxblok-team-photo {
        height: 220px;
        border-radius: 8px;
        object-fit: contain;
    }

    .team-description p {
        font-size: 0.95rem;
    }
}