.cardXL__body{display:flex;flex-direction:column;justify-content:flex-start}
.cardXL__title{font-size:24px;color:#162f74;margin-bottom:16px;font-family:"Geomanist-medium",sans-serif}
.cardXL__description{color:#152a69;font-size:1rem;font-weight:400;line-height:1.5;font-family:"Geomanist-light",sans-serif}
.cardXL__button__link{margin-top:auto;background-color:#152a69;color:#fff;display:flex;align-items:center;justify-content:center;width:282px;min-height:56px;max-width:100%;border-radius:28px;text-decoration:none}
.cardXL__button__text{font-family:"Geomanist-light",sans-serif;font-size:16px;text-transform:uppercase;text-decoration:none}
.cardXL__img{width:100%;display:flex;justify-content:center;align-items:center}
@media(min-width:768px){.cardXL__img{width:39%}
}
.cardXL__image{max-width:100%;vertical-align:middle;border-style:none}
.cardXL--lightGreen-background,.cardXL--lightPurple-background,.cardXL--yellow-background{border-radius:16px;margin-bottom:16px;padding:24px 16px;display:flex;justify-content:space-between;flex-direction:column-reverse}
@media(min-width:768px){.cardXL--lightGreen-background,.cardXL--lightPurple-background,.cardXL--yellow-background{margin-bottom:0;padding:40px;flex-direction:row}
}
.cardXL--lightGreen-background{background-color:#b5eddb}
.cardXL--lightPurple-background{background-color:#d6d9ed}
.cardXL--yellow-background{background-color:#f5e5c2;min-height:330px}
@media(min-width:768px){.cardXL--half .cardXL__body,.cardXL--half .cardXL__img{width:45%}
}