.logos__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px
}

.logos__head {
    margin-bottom: 40px
}

.logos__title {
    color: var(--accent);
    text-transform: uppercase
}

.logos__description {
    color: var(--accent);
    margin-top: 12px
}

.logos__slider {
    margin-right: 0;
    margin-left: 0
}

.logos__slider-wrapper.is-centered .swiper-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.logos__slider-wrapper .custom--slider-arrows {
    margin-top: 28px
}

@media (min-width: 1200px) {
    .logos__head {
        text-align: center
    }

    .logos__description {
        margin-top: 20px
    }

    .logos__slider-wrapper .custom--slider-arrows {
        margin-top: 40px
    }
}

.logos__slider .swiper-slide {
    max-width: 180px
}

.logo-card {
    width: 180px;
    margin-right: 20px;
}