.retailers{align-items:start;display:grid;gap:130px;grid-template-columns:repeat(3,1fr);justify-content:center;margin:0 auto;max-width:1160px;text-align:center}.retailer-item__item-name{font-size:22px;font-weight:600;margin-bottom:20px;margin-top:60px}.retailer-item__item-image{align-items:center;display:flex;justify-content:center;min-height:130px}.retailer-item__item-link a{background:#031e2f;border-radius:3px;color:#fff;display:inline-block;font-size:16px;font-weight:400;line-height:1em;padding:12px 24px;text-decoration:none;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.retailer-item__item-link a:hover{background-color:#1e73be}@media screen and (max-width:1023px){.retailers{gap:75px 40px}.retailer-item__item-name{font-size:20px;margin-top:30px}.retailer-item__item-image{min-height:130px}.retailer-item__item-image img{height:100px;width:auto}.retailer-item:nth-of-type(2) img{height:65px}}@media screen and (max-width:767px){.retailers{gap:80px;grid-template-columns:1fr}.retailer-item__item-name{margin-top:30px}.retailer-item__item-image img{height:130px}.retailer-item:nth-of-type(2) img{height:70px}}