.brand-introduction {
    padding: 88px 20px 0;
    overflow: hidden;
    background: #fff;
    color: #000;
}

.brand-introduction__container {
    width: min(100%, 1400px);
    margin: 0 auto;
}

.brand-introduction__content {
    max-width: 980px;
    font-family: Evolventa, "Avenir Next", "Century Gothic", Arial, sans-serif;
    font-size: clamp(21px, 2vw, 28px);
    font-weight: 400;
    line-height: 1.28;
}

.brand-introduction__content > :first-child {
    margin-top: 0;
}

.brand-introduction__content > :last-child {
    margin-bottom: 0;
}

@media (max-width: 1100px) {
    .brand-introduction {
        padding: 72px 24px 0;
    }
}

@media (max-width: 767px) {
    .brand-introduction {
        padding: 48px 16px 0;
    }

    .brand-introduction__content {
        font-size: 20px;
        line-height: 1.35;
    }
}
