.cta-cards{display:flex;flex-direction:column;gap:30px}@media only screen and (min-width:720px){.cta-cards{flex-direction:row}}.cta-card{align-items:flex-start;border-radius:8px;box-shadow:0 4px 16px 0 rgba(0,0,0,.1);display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden}@media only screen and (min-width:720px){.cta-card{flex-basis:33%}}.cta-card .cta-card-image{flex-grow:1;flex-shrink:0;height:150px;margin:0;width:100%}.cta-card .cta-card-image img{height:100%;object-fit:cover;width:100%}.cta-card .cta-card-image.is-logo{align-items:center;background-image:url(https://www.digitalasset.com/hubfs/logo-pattern.jpg);background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;margin:0;padding:30px;width:100%}.cta-card .cta-card-image.is-logo img{height:50px!important;object-fit:contain}.cta-card .cta-card-content{align-items:flex-start;background:#fff;border-bottom:1px solid #cedbff;border-left:1px solid #cedbff;border-radius:0 0 8px 8px;border-right:1px solid #cedbff;display:flex;flex-direction:column;flex-grow:0;flex-shrink:1;height:100%;justify-content:flex-start;padding:20px;width:100%}.cta-card .cta-card-label>*{color:#1247d9;font-size:12px;font-weight:700;text-transform:uppercase}.cta-card .cta-card-text>*{color:#1f2a38;font-size:18px;margin-top:10px}.cta-card .cta-card-text{padding-bottom:20px}.cta-card .cta-card-button{background-color:transparent;border:1px solid #1247d9;border-radius:28px;color:#000;font-size:10px;font-weight:700;margin-top:auto;padding:8px 20px;text-transform:uppercase}.cta-card .cta-card-button:hover{transform:scale(1.1);transition:all .25s ease-in-out}