@charset "UTF-8";
/***!  Style Declaration  !***/

.brand-slider{overflow:hidden;width:100%;background:#fff;padding:10px 0;box-sizing:border-box}.brand-track{display:flex;width:max-content;animation:scroll 40s linear infinite}.brand-item{flex:0 0 150px;margin-right:20px;text-align:center;font-family:Arial,sans-serif}.brand-item img{width:100px;height:100px;object-fit:contain;display:block;margin:0 auto 5px}.brand-item p{font-size:0.85rem;color:#333;margin:0}@media (max-width:600px){.brand-item{flex:0 0 120px}.brand-item img{width:80px;height:80px}}
