.categories-list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:35px 0}.categories-list-single-element{align-items:center;background-color:#f0f0ef;color:#293a5d;display:flex;font-size:18px;font-weight:500;height:50px;justify-content:center;margin:0 0 15px;padding:10px;width:calc(33% - 15px)}.categories-list-single-element img{margin-right:7px}@media (max-width:1024px){.categories-list{flex-direction:column}.categories-list-single-element{width:100%}}