section.home-banner {
    height: 30rem;
    background-color: rgba(0, 0, 0, 0.05);
    & .subtitle {
        font-size: 1.875rem;
    }
}

section.home-equipment {
    background-color: rgba(0, 0, 0, 0.3);
}

section.home-prestige {
    .photo {
        margin-top: -2rem;
        & > div {
            width: 100%;
            aspect-ratio: 1;
            @media (min-width: 1400px) {
                width: auto;
                height: 100%;
            }
        }
    }
}

section.home-partner {
    img {
        max-height: 30rem;
    }
}