.main-container{max-width:1440px;margin:0 auto}
.product-category-list{max-width:1171px;margin:0 auto 60px}
.product-category-list>.aem-Grid{display:flex;gap:27px;flex-wrap:wrap}
.product-category-list .cmp-teaser{min-width:272px;max-width:272px;min-height:192px;max-height:192px;position:relative;border-radius:24px;overflow:hidden;cursor:pointer}
.product-category-list .cmp-teaser__image{position:absolute;top:0;left:0;width:100%;height:100%}
.product-category-list .cmp-image,.product-category-list .cmp-image img{display:inline-block;width:100%;height:100%;transform:scale(1);transition:.1s transform ease-in-out}
.product-category-list .cmp-teaser:hover .cmp-image img{transform:scale(1.1)}
.product-category-list .cmp-teaser__content{position:absolute;left:0;bottom:0;z-index:2;padding:8px;width:100%}
.product-category-list .cmp-teaser__title{color:#0054a6;text-align:center;font-family:"Poppins";font-size:20px;font-style:normal;font-weight:400;line-height:normal;padding:9px 0;width:100%;border-radius:16px;background:#FFF}
@media screen and (min-width:768px) and (max-width:1279px){.main-container{padding:0 20px}
.product-category-list>.aem-Grid{justify-content:center}
}
@media screen and (min-width:320px) and (max-width:767px){.main-container{padding:0 20px}
.product-category-list{margin-bottom:40px}
.product-category-list>.aem-Grid{justify-content:center}
.product-category-list .cmp-teaser{min-width:320px;max-width:320px;min-height:122px;max-height:122px}
.product-category-list .cmp-teaser__content{padding:8px 36px}
.product-category-list .cmp-teaser__title{font-size:16px}
}