.brochures{display:flex;flex-wrap:wrap;gap:40px}.brochure{display:flex;flex:0 0 calc(25% - 30px);flex-direction:column;position:relative}.brochure .link-wrapper{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.brochure img{display:block;height:350px!important;object-fit:cover;object-position:center;width:100%}.brochure .text{align-items:center;display:flex;flex:1;font-weight:600;justify-content:center;padding:16px;text-align:center}@media(max-width:1080px){.brochures{gap:20px}.brochure img{height:590px!important}.brochure{flex:0 0 calc(50% - 10px)}}@media(max-width:767px){.brochure .text{padding:12px}.brochure img{height:190px!important}}