.brands-list{display:flex;flex-direction:column;gap:56px;max-width:1100px;margin:40px auto 70px;padding:0 20px}.brands-list .brand-item{border-bottom:1px solid #eee;padding-bottom:40px;text-align:center}.brands-list .brand-name{margin:0 0 18px;font-size:1.6rem;font-weight:600}.brands-list .brand-name a{color:inherit;text-decoration:none}.brands-list .brand-name a:hover{text-decoration:underline}.brands-list .brand-content{display:block}.brands-list .brand-image{display:flex;justify-content:center;margin-bottom:14px}.brands-list img.brand-logo{max-height:200px;width:auto;height:auto;object-fit:contain;display:block}.brands-list .brand-desc{color:#fff;line-height:1.65;max-width:720px;margin:0 auto}.brands-list .brand-readmore{margin-top:10px;background:none;border:0;cursor:pointer;color:#8a6a3a;font-weight:600}.brands-list .brand-readmore:hover{text-decoration:underline}@media (min-width:992px){.brands-list .brand-item{text-align:left}.brands-list .brand-content{display:flex;align-items:flex-start;gap:28px;max-width:1100px;margin:0 auto}.brands-list .brand-image{flex:0 0 260px;margin:0;justify-content:flex-start}.brands-list img.brand-logo{max-height:220px}.brands-list .brand-desc{flex:1;max-width:none;margin:0}}