.platform-brands .brand-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.platform-brands .brand-area .content-wrapper {
    background-color: gray;
    padding: 2rem;
}

.platform-brands .brand-area {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media ( max-width: 991.98px ) {

    .platform-featured-brands .brands-button {
        width: 100%;
    }

    .platform-brands .brand-area {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}