.category-resources{display:grid;gap:40px 20px;grid-template-columns:1fr}.category-resources__item{background-color:#f5f5f5;box-shadow:none;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.category-resources__item:hover{box-shadow:5px 5px 20px 0 rgba(0,0,0,.05)}.category-resources__link{color:inherit;display:block;text-decoration:none}.category-resources__image-wrapper{aspect-ratio:16/9;overflow:hidden;position:relative}.category-resources__image-wrapper img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.category-resources__content{display:flex;flex-direction:column;flex-grow:1;padding:20px;text-align:center}.category-resources__title{font-family:Lora,serif!important;font-size:24px;font-weight:600;margin:0 0 8px}.category-resources__excerpt{color:var(--hl-black);flex-grow:1;font-size:17px;line-height:1.5}.category-resources__pagination{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:60px}.category-resources__pagination a,.category-resources__pagination span{align-items:center;background:#fff;border-radius:6px;display:inline-flex;font-size:17px;font-weight:700;height:32px;justify-content:center;line-height:1;min-width:32px;text-decoration:none;transition:all .2s ease}.category-resources__pagination a:hover{background:#f0f0f0}.category-resources__pagination .active{font-weight:500}.category-resources__pagination .next,.category-resources__pagination .prev{font-size:18px;font-weight:500;line-height:1}