.cards{grid-gap:20px;display:grid;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1240px;width:100%}.cards--auto-fit{grid-gap:40px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.card{background-color:#161616;display:flex;flex-direction:column;justify-content:flex-start;padding:30px}.card--single-column{grid-template-columns:1fr}.card--center-content{text-align:center}.card--center-content .card__cta{display:flex;justify-content:center}.card--center-content img.card__featured-image{margin:0 auto}img.card__featured-image{height:112px;object-fit:contain;width:150px}.card__content *{color:#fff}.card__content>h3{font-size:42px}.card__content--title-30px>h3{font-size:30px}.card__content>h4{font-weight:700}.card__content>h3,.card__content>h4{margin-bottom:10px}#main-content .card__cta .axellio-cta-button{min-width:0!important}@media (max-width:1130px){.card{grid-template-columns:1fr}}@media (max-width:767px){.cards{grid-template-columns:1fr}}