.cta-subtext{font-size:1rem;font-weight:500;color:#333}@media (max-width:600px){.cta-subtext{font-size:.95rem}}.card-container{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;font-family:Arial,sans-serif;margin:20px 0}.card{flex:1 1 44%;max-width:44%;min-width:280px;border:1px solid #ccc;box-shadow:0 4px 12px rgba(0,0,0,.08);padding:20px;text-align:center;border-radius:10px;transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-5px);box-shadow:0 6px 16px rgba(0,0,0,.15)}@media (min-width:768px) and (max-width:1140px){.card{flex:1 1 40%;max-width:40%}}@media (max-width:767px){.card{flex:1 1 100%;max-width:100%}}