.sb-catalogues{display:flex;flex-wrap:wrap;justify-content:center;column-gap:1em;row-gap:2em;width:100%}.sb-catalogue{width:calc(100%/6 - 3em/3);text-align:center}.sb-catalogue-image{width:100%;height:80px}.sb-catalogue-image img{max-height:66px}.sb-catalogue-content a{font-size:var(--fs-13);color:var(--white);text-transform:uppercase}.sb-catalogue-content a:hover{text-decoration:underline}@media (max-width:767px){.sb-catalogue{width:calc(100% / 4 - 3em / 3);text-align:center}}@media (max-width:600px){.sb-catalogue{width:calc(100% / 3 - 3em / 3);text-align:center}}@media (max-width:520px){.sb-catalogue{width:calc(100% / 2 - 3em / 3);text-align:center}}