.custom--cards .cards-grid{display:flex;flex-wrap:wrap;row-gap:1rem;width:100%}.custom--cards .card{border:1px solid transparent;container-type:inline-size;display:flex;flex-direction:column;overflow:hidden}.custom--cards .card.has-border{border-style:solid;border-width:1px}.custom--cards .card__image{border-radius:.5rem;overflow:hidden;width:100%}.custom--cards .card__image img{display:block;height:auto;width:100%}@container (max-width: 250px){.custom--cards .card__image{aspect-ratio:4/3}.card__image img{height:100%;object-fit:cover}}@media screen and (max-width:650px){.custom--cards .card__image{aspect-ratio:4/3}}.custom--cards .card__body{display:flex;flex:1;flex-direction:column;gap:.75rem;padding-top:1.25rem}.custom--cards .card__heading{font-size:1.5rem;font-weight:700;line-height:1.2;margin:0}.custom--cards .card__content{font-size:1rem;line-height:1.6}.custom--cards .card__content p{margin:0}.custom--cards .card__cta{margin-top:auto;padding-top:.5rem}.custom--cards .card__cta .btn-link{font-size:.875rem;font-weight:700;text-decoration:underline!important}.custom--cards .card__cta .btn-link:after{content:" →"}@media (max-width:767px){.custom--cards .cards-grid{gap:2rem}.custom--cards .card{width:100%}}