.categories__grid{display:grid;gap:20px;grid-template-columns:1fr}.categories__item{position:relative;display:flex;align-items:flex-end;justify-content:space-between;padding:30px;border-radius:16px;text-decoration:none;min-height:187px;overflow:hidden;background-position:right center;background-repeat:no-repeat;background-size:cover;transition:transform .3s ease,box-shadow .3s ease}.categories__item:hover{transform:translateY(-3px);box-shadow:0 8px 15px rgba(0,0,0,.1)}.categories__item--green{background-color:#4b6b58}.categories__item--blue{background-color:#83b6c6}.categories__item--peach{background-color:#f1a58c}.categories__item--mint{background-color:#63b19c}.categories__item--purple{background-color:#b3b5d6}.categories__item-title{color:#fff;font-weight:700;line-height:1.2;margin:0;max-width:60%;z-index:2;font-family:var(--second-family);font-size:30px;text-transform:uppercase}.categories__item-icon{background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;transition:transform .3s ease;width:58px;height:58px;margin-bottom:10px}.categories__item-icon svg{width:24px;height:24px}@media (min-width:992px){.categories__grid{grid-template-columns:repeat(6,1fr);gap:20px}.categories__item:nth-child(1),.categories__item:nth-child(2){grid-column:span 3}.categories__item:nth-child(3),.categories__item:nth-child(4),.categories__item:nth-child(5){grid-column:span 2}}@media (max-width:767px){.categories__item{min-height:129px;padding:20px}.categories__item-title{font-size:20px}.categories__item-icon{margin-bottom:0;width:32px;height:32px}.categories__item-icon svg{width:14px;height:14px}.categories__grid{gap:15px}}