.card-list__wrap{display:flex;flex-wrap:wrap;gap:1.5rem;list-style-type:none;margin:0;padding:0}.card-list__item{height:100%;width:calc(50% - .75rem)}.card-list .custom-card{border:.062rem solid var(--Dark,#1f2f4c);border-radius:2.5rem;display:flex;gap:1.25rem;height:auto;min-height:22.5rem;padding:2.5rem}.card-list .custom-card__text-wrap{display:flex;flex:1;flex-direction:column;justify-content:space-between;min-height:100%}.card-list .custom-card__title{font-size:2.5rem;font-style:italic;font-weight:500;line-height:3rem;margin-bottom:1rem}.card-list .custom-card__description{font-size:1rem;font-weight:400;line-height:1.5rem;margin-bottom:auto}.card-list .custom-card__picture{border-radius:2rem;object-fit:cover;overflow:hidden;width:15rem}@media screen and (max-width:767px){.card-list__item{height:100%;width:100%}}@media screen and (max-width:1199px){.card-list .custom-card{flex-direction:column}.card-list .custom-card__picture{height:33rem;width:100%}.card-list .custom-card__text-wrap{min-height:auto}}@media screen and (max-width:767px){.card-list .custom-card{border-radius:1.25rem;gap:2.5rem;padding:1.25rem}.card-list .custom-card__picture{border-radius:1.25rem;height:100%}}