.category{padding:0 120px;margin-bottom:76px;width:100%;max-width:1440px}.category .category-title{color:#2e3033;font-weight:500;font-size:40px}.category .category-container{display:flex;gap:24px;margin-top:40px}.category-container .category-item{width:calc(50% - 12px);height:260px;border-radius:5px;font-size:40px;color:#fff;font-weight:500;position:relative;cursor:pointer;background-size:cover;background-position:50%;background-repeat:no-repeat;transition:transform .3s ease}.category-item .category-text{position:absolute;right:24px;bottom:24px;line-height:100%}.category-item:hover{transform:scale(1.02)}.recommendations-wrapper{display:flex;justify-content:center;padding:0 120px}.recommendations-wrapper .recommendations{color:#2e3033;font-size:40px;font-weight:500;margin-bottom:40px;max-width:1440px;width:100%}@media (max-width:768px){.category{padding:0 25px;margin-bottom:48px}.category .category-title{font-size:25px}.category .category-container{margin-top:25px}.category-container .category-item{height:130px}.category-item .category-text{font-size:25px}.recommendations-wrapper{padding:0 25px}.recommendations-wrapper .recommendations{font-size:25px;margin-bottom:25px}}@media (max-width:480px){.category-item .category-text{font-size:20px;right:12px;bottom:12px}}