.resources_container{margin-top:6rem;min-height:calc(100% - 6rem);width:100%;padding:3rem 4rem 6rem 4rem}.resources_header{width:100%;text-align:right}section{margin-top:5rem}section h2{margin-bottom:2rem}.section_wrapper{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:.75rem}@media screen and (max-width:800px){.resources_container{padding:3rem 2rem 6rem 2rem}.section_wrapper{grid-template-columns:1fr}}@media screen and (min-width:800px) and (max-width:1200px){.section_wrapper{grid-template-columns:1fr 1fr}}@media screen and (min-width:1200px) and (max-width:1920px){.section_wrapper{grid-template-columns:1fr 1fr 1fr}}.resource_card{width:100%;border-radius:.4rem;scroll-snap-align:start;background-color:var(--lightBg);color:inherit}.resource_image{width:100%;aspect-ratio:1.5;border-radius:.4vw;justify-self:center;background-size:100% 100%;background-position:center;background-repeat:no-repeat;transition:background-size .3s ease}.resource_card:hover>.resource_image{background-size:105% 105%}.resource_text{min-height:5rem;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;justify-items:center}.resource_text h3{margin:0;width:80%;font-size:inherit;font-weight:500}.resource_text i{display:inline-block;border-radius:50%;transition:color .3s ease}.resource_card:hover>.resource_text i{color:var(--accent)}