.c-card-list__intro{margin-bottom:3rem}.c-card-list__container{display:grid;gap:3.2rem;grid-template-columns:repeat(auto-fill,minmax(min(360px,100%),1fr));justify-content:center;justify-items:center;list-style:none;padding:0}.c-card-list__case{border-radius:20px 20px;display:flex;height:100%;width:100%}.c-card-list__case:nth-child(4n+1) .c-card-list__case-wrapper{background-color:var(--yellow)}.c-card-list__case:nth-child(4n+2) .c-card-list__case-wrapper{background-color:var(--orange);color:var(--txt-color-light,#fff)}.c-card-list__case:nth-child(4n+3) .c-card-list__case-wrapper{background-color:var(--pale-blue)}.c-card-list__case:nth-child(4n+4) .c-card-list__case-wrapper{background-color:var(--green);color:var(--txt-color-light,#fff)}.c-card-list__card--bg-pale-blue{--bg-color:var(--pale-blue)}.c-card-list__card--bg-pale-orange{--bg-color:var(--pale-orange)}.c-card-list__card--bg-light-green{--bg-color:var(--light-green)}.c-card-list__card--bg-soft-mint-green{--bg-color:var(--soft-mint-green)}.c-card-list__card{display:grid}.c-card-list__card-container{background-color:var(--bg-color);border-radius:1.6rem;color:var(--base-color);display:flex;flex-direction:column;padding:clamp(1.6rem,4vw,3.2rem);transition:all .3s ease-in-out}.c-card-list__card-container--link{cursor:pointer;text-decoration:none}.c-card-list__card-container--link:hover{box-shadow:0 5px 10px 0 rgba(0,0,0,.2)}.c-card-list__card-icon{aspect-ratio:1;display:inline-block;margin-bottom:1.6rem;object-fit:contain;width:4.6rem}.c-card-list__card-title{font-size:2rem;line-height:1.2;margin:0}.c-card-list__card-content{font-size:1.3rem;line-height:1.5;margin-top:1.3rem}.c-card-list__footer-arrow{margin-top:1.6rem}.c-card-list__footer-arrow-container{margin-top:auto}