.categories-layout{background:var(--layout-categories-color);border:4px solid rgba(0,0,0,.17);border-radius:30px;margin:1.3%;padding:80px 0}.categories{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px}.categories__item{align-items:center;border-radius:18px;display:flex;flex-direction:column;padding:20px 0;transition:all .3s;width:100%}.categories__item:hover{background-color:#fff}.categories__item:hover .categories__title{color:#000}.categories__title{color:#fff;font-size:24px;font-weight:300;line-height:32px;transition:all .3s}.categories__img{margin-top:30px;max-height:150px;max-width:150px;object-fit:contain}@media only screen and (max-width:992px){.categories-layout{padding:40px 0}.categories{grid-template-columns:repeat(3,1fr);grid-gap:12px}.categories__title{font-size:20px;line-height:20px}.categories__img{max-height:130px;max-width:130px}}@media only screen and (max-width:480px){.categories{grid-template-columns:repeat(2,1fr);grid-gap:6px}.categories__img{margin-top:10px;max-height:120px;max-width:120px}}