.resources-2__filtering{background-color:var(--tertiary-color);padding:2rem}.resources-2__filtering ul{display:flex;flex-wrap:wrap;gap:var(--gap);justify-content:center;list-style:none;margin:0;padding:0}@media (min-width:768px){.resources-2__filtering ul{align-items:center;display:flex}}#resources-2__message{text-align:center;width:100%}.resources-2__load-more{text-align:center}.resources-2{background:var(--gradient-fuchsia-purple);color:var(--white)}.resources-2__resources{align-items:stretch;display:flex;flex-wrap:wrap;gap:2rem}.resource-cards-2__card{background:#fff;border-radius:8rem;color:var(--base-color);display:grid;gap:3rem;padding:1rem 1rem 4rem;position:relative;width:calc(33.3333% - 2rem)}.resource-cards-2__card:hover{background:var(--orange)}.resource-cards-2__image{aspect-ratio:360/350;border:7px solid var(--orange);border-radius:8rem;display:block;overflow:hidden;transition:border .3s ease;width:100%}.resource-cards-2__card:hover .resource-cards-2__image{border-color:var(--yellow)}.resource-cards-2__image img{height:100%!important;object-fit:cover;width:100%!important}.resource-cards-2__details{padding:0 1rem;text-align:center}.resource-cards-2__sub-title{margin-bottom:1rem}.resource-cards-2__title a{color:var(--base-color)}.resource-cards-2__button{margin-top:auto}.resource-cards-2__more{position:relative;text-align:center;z-index:1}@media (min-width:768px){.resource-cards-2__details{align-items:center;display:flex;flex-direction:column}}@media (max-width:767px){.resource-cards-2__card{width:calc(50% - 2rem)}}@media (max-width:599px){.resource-cards-2__card{width:100%}}