.section-brands_home {
    background-image: url(../../img/32.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-block: clamp(80px, 10vw, 128px);
    position: relative;
    border-radius: clamp(12px, 2vw, 24px);
}
.section-brands_home .s-title {
}
.section-brands_home .toptitle {
    position: absolute;
    top: -6px;
    right: 51%;
    transform: translateX(50%);
}
@media only screen and (max-width: 768px) {
    .section-brands_home {
        background-color: #f5ca40;
    }
    .section-brands_home .toptitle {
        top: 2rem;
    }
}