#list_brand{position:relative;background:var(--primary_color);text-align:center;color:#fff;padding:2rem 0}#list_brand .section-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}#list_brand .container{position:relative;z-index:1}#list_brand .title-thc{color:#fff;text-align:center}#list_brand .list-brand{display:flex;gap:1rem;justify-content:space-around;margin-top:2rem}#list_brand .list-brand .item{text-align:center}#list_brand .list-brand .item .img-wrap{max-width:160px;margin:0 auto;transition:0.3s}#list_brand .list-brand .item .img-wrap img{object-fit:contain;object-position:center}#list_brand .list-brand .item .title{font-size:1.2rem;font-weight:700;color:#fff;text-transform:uppercase;margin-top:1rem}#list_brand .list-brand .item:hover .img-wrap{transform:scale(1.1)}@media screen and (max-width:769px){#list_brand{padding:1rem 0}#list_brand .list-brand{flex-wrap:wrap;justify-content:center;gap:0;margin-top:0}#list_brand .list-brand .item{width:20%;margin-bottom:1rem;padding:0 0.5rem}#list_brand .list-brand .item .title{font-size:12px;margin-top:0;padding:0}}