.pricing-cards.cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5em;align-items:center}.pricing-cards .cards__card{box-sizing:border-box}.pricing-cards .border{background-color:#0e69fb;border:1px solid #fff;border-radius:.5rem;box-sizing:border-box;color:#fff;display:grid;grid-template-rows:auto auto 1fr;height:100%;overflow:hidden;padding:1.5em 1em;position:relative;text-align:center;width:100%;grid-gap:1em;align-items:center;justify-content:space-evenly}.pricing-cards .card__title{margin:0 auto;object-fit:cover;width:100%}.pricing-cards .card__title h3{margin:0}.pricing-cards .card__text{box-sizing:border-box;text-align:center;width:100%}.pricing-cards .card__text p{margin:0}.pricing-cards .card:not(.highlight) .card__text p,.pricing-cards .card:not(.highlight) .card__title h3{color:#fff}.pricing-cards .cta_button{background-color:#0e69fb;border:1px solid #fff;color:#fff}.pricing-cards .card.highlight .border{background-color:#fff;color:#424342;padding:3em 1em}.pricing-cards .card.highlight h3{color:#42bdf4}@media (max-width:960px){.pricing-cards.cards{grid-template-columns:none}}