
.section-brands {  
    width: 100%; /* Without this the carousel will extend and some of it will disappear */
    text-align: center;
    flex-direction: column;
    padding-top: 20px;
}

.section-brands-sch {
    background-color: rgb(70, 100, 134);
}

/* Overrides css from swiper-carousels.css. Should only apply
to the section-brands-sch not other carousels. */
.section-brands-sch .swiper .swiper-button-next,
.section-brands-sch .swiper .swiper-button-prev,
.section-brands-sch .swiper .swiper-pagination-bullet {
    background-color: white;
    border: none;
}

/* Overrides css from main-styles.css */
.section-brands-sch h4 {
    color: white;
    margin-bottom: 20px;
}

.section-brands-sch figcaption {
    margin-top: 20px;
    color: white;
}

.section-brands-media-features {
    background-color: rgb(247, 245, 242)
}

.section-brands .description {
    margin-bottom: 25px;
}


/*-- Media --*/

@media (max-width:750px) {

    .section-brands p {
        font-size: 1rem;
        padding-left: 10px;
    }
}
