.make-list-wrapper{width:100%}.make-list-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:flex-start;margin:0 auto;max-width:1200px;padding:0 20px}.make-item{align-items:center;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.08);box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:20px 10px;text-align:center;text-decoration:none;transition:all .3s ease;width:calc(20% - 16px)}.make-item:hover{opacity:.9;text-decoration:none;transform:translateY(-5px)}.make-logo{align-items:center;display:flex;height:60px;margin-bottom:12px}.make-logo img{height:auto;max-width:100%;object-fit:contain}.make-name{font-size:14px;font-weight:700;line-height:1.2}@media (max-width:1024px){.make-item{width:calc(25% - 15px)}}@media (max-width:767px){.make-list-container{padding-left:0;padding-right:0}.make-item{padding:15px 5px;width:calc(50% - 10px)}}