.sc-brands {
    margin-bottom: 80px;
}

.sc-brands .title{
    font-family: "Crimson Text", serif;
    font-size: 3.5rem;
}

@media (max-width: 992px) {
    .sc-brands {
        margin-bottom: 48px;
    }
    .sc-brands .title {
        font-size: 28px;
        margin-top: 0;
    }
}