/**
 * Стили секции «О компании».
 */

.about-desktop-banner {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 20.19%, #000000 70.67%);
    font-family: 'Montserrat Alternates', sans-serif;
}

.about-mobile-gradient {
    background: linear-gradient(179.82deg, #000000 0.16%, #5C3079 62.95%);
}

.about-carousel {
    -webkit-overflow-scrolling: touch;
}

.about-card--school {
    background-image: url('../images/about/school.webp');
}

.about-card--study {
    background-image: url('../images/about/study.webp');
}

.about-card--techs {
    background-image: url('../images/about/techs.webp');
}

.about-card--mascat {
    background-image: url('../images/about/mascat.webp');
}

.about-card--clients {
    background-image: url('../images/about/clients.webp');
}
