.product__categories{width:100%;max-width:1920px;margin-inline:auto;padding-block:60px;padding-inline:1em}.product__categories .categories__container{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.product__categories .category .image{position:relative}.product__categories .category .image img{max-width:100%;width:auto;height:auto}.product__categories .category .text{margin-top:15px}.product__categories .category .text h2{margin-bottom:5px;color:#333}.product__categories .category .text p{margin:0;color:#333}@media screen and (max-width:769px){.product__categories .categories__container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:567px){.product__categories .categories__container{grid-template-columns:1fr}}