.resource-module{column-gap:20px;display:grid;grid-template-columns:repeat(4,1fr);row-gap:30px}.resource-module .resource{border:1px solid #e5e5e5;border-top:10px solid #e5e5e5;box-shadow:none;color:unset;display:flex;flex-flow:column nowrap;margin-top:130px;padding:70px 24px 24px;position:relative;transition:box-shadow .3s ease}.resource-module .resource:hover{box-shadow:0 4px 6px rgba(0,0,0,.25)}.resource-module .resource .image-closed-wrapper,.resource-module .resource .image-open-wrapper{height:0;left:14px;padding-bottom:68%;position:absolute;top:-130px;width:50%}.resource-module .resource .image-closed-wrapper img,.resource-module .resource .image-open-wrapper img{display:flex;height:100%;left:0;object-fit:contain;position:absolute;top:0;width:100%}.resource-module .resource .image-closed-wrapper{opacity:1}.resource-module .resource .image-open-wrapper,.resource-module .resource:hover .image-closed-wrapper{opacity:0}.resource-module .resource:hover .image-open-wrapper{opacity:1}.resource-module .content{display:flex;flex-flow:column nowrap;height:100%}.resource-module .title{min-height:99px}.resource-module .link-text{color:var(--primary-color);font-size:14px;font-weight:700;margin-top:auto;text-transform:uppercase}@media (max-width:1199px){.resource-module{grid-template-columns:repeat(3,1fr)}.resource-module .resource{padding-top:80px}}@media (max-width:991px){.resource-module{grid-template-columns:repeat(2,1fr)}.resource-module .resource{padding-top:120px}}@media (max-width:768px){.resource-module{grid-template-columns:repeat(1,1fr)}.resource-module .resource{flex-flow:row nowrap;margin-top:10%;min-height:100px;padding:10px 12px}.resource-module .resource .image-closed-wrapper,.resource-module .resource .image-open-wrapper{left:0;padding-bottom:145px;position:absolute;top:-30px;width:105px}.resource-module .content{margin-left:110px}.resource-module .title{font-size:18px;min-height:unset}.resource-module .description{display:none}.resource-module .link-text{font-size:13px;margin-top:auto}}