.vr_ar_resources_container{justify-content:center;flex-flow:row wrap;display:flex;gap:10px;}.vr_ar_resources_container > section{transition:background-color 0.4s ease-in-out;background-color:var(--grey-3);width:calc(100% / 4 - 8px);border-radius:10px;position:relative;padding:30px;aspect-ratio:1;}@media (max-width:1300px){.vr_ar_resources_container > section{width:calc(100% / 3 - 7px);}.vr_ar_resources_container > section .first_view .image_container{max-height:120px !important;}}@media (max-width:1300px) and (max-width:1025px){.vr_ar_resources_container > section{width:calc(100% / 2 - 5px);}.vr_ar_resources_container > section .first_view .image_container{max-height:100px !important;}}@media (max-width:1300px) and (max-width:1025px) and (max-width:768px){.vr_ar_resources_container > section{width:100%;}}.vr_ar_resources_container > section > .first_view{justify-content:center;align-items:center;visibility:visible;text-align:center;flex-flow:column;display:flex;height:100%;gap:20px;}.vr_ar_resources_container > section > .first_view > *{padding:unset;margin:unset;}.vr_ar_resources_container > section > .first_view > *.image_container{max-height:150px;aspect-ratio:1;height:100%;}.vr_ar_resources_container > section > .first_view > *.title_container{font-weight:var(--font-weight-3);font-size:var(--font-size-7);text-transform:uppercase;}.vr_ar_resources_container > section > .second_view{position:absolute;visibility:hidden;}.vr_ar_resources_container > section:hover{transition:all 0.4s ease-in-out;background-color:var(--green-1);transform:scale(1.02);align-content:center;cursor:default;}.vr_ar_resources_container > section:hover > .first_view{padding-inline:30px;visibility:hidden;position:absolute;width:100%;left:0;}.vr_ar_resources_container > section:hover > .second_view{visibility:visible;text-align:center;position:unset;color:var(--white-1);}