.category-holder .categories-grid{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.category-holder .categories-grid .content{background-color:#f3f3f3;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;max-width:100%;overflow:hidden;padding:30px 30px 10px 25px;text-align:center}.category-holder .categories-grid .content img{height:200px!important;margin-bottom:34px;object-fit:contain}.category-holder .categories-grid .content .name{color:inherit;font-family:inherit;font-size:20px;font-weight:500;line-height:22px;margin-bottom:20px}.category-holder .categories-grid .content p{color:inherit;display:-webkit-box;font-family:inherit;font-size:14px;line-height:1.4;margin-bottom:20px}.category-holder .categories-grid .content a.info-btn{display:inline-block;margin-bottom:20px}@media (max-width:768px){.category-holder .categories-grid{grid-template-columns:repeat(1,1fr)}.category-holder .categories-grid .content{padding:30px 30px 10px}}