.LearnIndex__cat{display:grid;justify-content:center;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1.5rem 2%}@media(min-width:768px){.LearnIndex__cat{grid-template-columns:repeat(2,minmax(15rem,1fr))}}@media(min-width:1280px){.LearnIndex__cat{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}}.LearnIndex__cat a{transition:.35s cubic-bezier(.19,1,.4,1)}@media(any-hover:hover){.LearnIndex__cat a:focus,.LearnIndex__cat a:hover{color:#fff;box-shadow:0 7px 21px 0 #00000012;transform:translateY(-4%)}}