.main-category{width:100%;display:flex;flex-direction:column;background-color:#efeceb}.main-category .container-categories{margin:0;padding:0;width:100%}.main-category .categories-box{width:100%;min-height:500px}@media(min-width:800px){.main-category .categories-box{display:flex;gap:15px;min-height:auto}}.main-category .categories-box .category-box{margin:15px 0;width:100%;min-height:320px;height:50vh;max-height:400px;position:relative;border-radius:20px}@media(min-width:800px){.main-category .categories-box .category-box{min-height:auto;max-height:none}}.main-category .categories-box .category-box__image{width:100%;height:100%;border-radius:20px}.main-category .categories-box .category-box .title-box{width:100%;position:absolute;top:15%;text-align:center;font-size:calc(14px + .25vw);color:#fff;z-index:1}