.category_section{display:flex;flex-direction:column;gap:40px;margin-bottom:20px;font-family:var(--font-nunito)}@media screen and (max-width:768px){.category_section{gap:24px;max-width:100%;width:100%;padding-inline:16px}}.category_section a{text-decoration:none;color:inherit}.category_section .category_groups{display:flex;flex-direction:column;gap:40px}@media screen and (max-width:768px){.category_section .category_groups{gap:28px}}.category_section .category_group{display:flex;flex-direction:column;gap:20px}.category_section .group_title{font-size:20px;font-weight:600;color:#1a1a2e;font-family:var(--font-roboto);margin:0;padding:0}@media screen and (max-width:768px){.category_section .group_title{font-size:17px}}.category_section .home_cards_container{max-width:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}@media(min-width:769px)and (max-width:1100px){.category_section .home_cards_container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.category_section .home_cards_container{grid-template-columns:1fr;gap:16px}}.category_section .home_cards_container a{width:100%}