.flex-center{display:flex;justify-content:center}
.flex-space-between{display:flex;justify-content:space-between}
.sp-simpleCard{box-sizing:border-box;background-color:#fff;border-radius:1rem;box-shadow:0 1px 15px 5px rgba(143,143,143,0.2)}
.sp-simpleCard *{box-sizing:border-box}
.sp-simpleCard-image{padding:1rem 1rem 0 1rem}
.sp-simpleCard-image div{border-radius:.625rem;width:100%;max-width:100%;aspect-ratio:1.91025641}
.sp-simpleCard-content{padding:1rem 1.5rem;display:grid;gap:.5rem}
.sp-simpleCard-title{font-family:SantanderHeadline,Arial;font-size:2.625rem;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.21;letter-spacing:normal;line-height:3.25rem}
@media screen and (max-width:1199px){.sp-simpleCard-title{font-size:2rem;line-height:2.25rem}
}
@media screen and (max-width:767px){.sp-simpleCard-title{font-size:1.75rem;line-height:2rem}
}
.sp-simpleCard-description{font-family:SantanderMicroText,Arial;font-size:1.125rem;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal;line-height:1.5rem}
@media screen and (max-width:767px){.sp-simpleCard-description{font-size:1rem}
}
.sp-simpleCard .sp-button{margin:.5rem 0;width:100%}