.cards-small{--card-margin:1rem;align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem;justify-content:space-between}.cards-small__headline{margin:0 auto 60px;text-align:center}.cards-small__card{align-items:stretch;align-self:stretch;background-color:#fff;border:1px solid #d6e5e9;border-radius:10px;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;padding:1.5rem 2rem;width:calc(33% - 1.33333rem)}.card--fullwidth{align-items:center;flex-direction:row;width:100%}.card--fullwidth>.cards-small__card_content,.card-fullwidth__image{width:calc(50% - var(--card-margin)*2)}.cards-small__card_content{display:flex;flex-direction:column;gap:1rem 0;height:100%}.cards-small__card_header{border-bottom:2px solid #eca400;display:flex;flex-direction:row;gap:10px;padding:0 0 10px}.cards-small__header-image{height:2rem;width:fit-content}.cards-small__header-text{align-self:end;font-size:1.4rem;font-weight:700}.cards-small__card ul{list-style-image:url(https://kivo.io/hubfs/blue-check.svg);list-style-position:outside;list-style-type:square;padding-left:2rem}.cards-small__card li{padding-left:.5rem}.cards-small__card-footer{align-items:center;display:flex;flex-wrap:nowrap;gap:1rem;justify-content:flex-start;width:100%}.cards-small__footer-button{text-align:center}.cards-small__footer-button>.fill_btn{padding:13px 30px}.cards-small__footer-button>.fill_btn img{margin-left:5px;margin-top:-3px;vertical-align:middle}.cards-small__footer-text{align-items:center;display:flex;font-size:1.2rem;font-weight:lighter}.cards-small__footer-text>p{margin:0}.footer-image{width:8rem}.card__image{height:auto;margin:0 auto;max-width:100%;padding:.7rem}.cards-small__content-text{flex-grow:1;padding:0;width:100%}@media screen and (max-width:1100px){.cards-small{flex-direction:column}.cards-small__card{width:100%}.cards-small__card-footer{gap:2rem;justify-content:center}.card-fullwidth__image{display:none}.card--fullwidth>.cards-small__card_content{width:100%}}@media screen and (max-width:768px){.cards-small{gap:1rem;padding:1rem}.cards-small__card-footer{gap:1rem}.cards-small__footer-button>.fill_btn{padding:10px 13px}}