.cta-button{display:flex;align-items:center;margin-top:15px}.cta-icon{width:42px;height:42px;background-color:#40B983;color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700}.cta-text,.cta-text-2{padding:8px 16px;background-color:#40B983!important;color:#000;border-radius:999px;text-decoration:none;font-size:16px;font-weight:500;transition:color 0.3s ease,background-color 0.3s ease,border-color 0.3s ease;cursor:pointer}.cta-text-2{background-color:#fff!important}@keyframes bounce{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}.cta-button:hover .cta-text,.cta-button:hover .cta-icon{animation:bounce 0.4s ease forwards;background-color:#40B983;color:#fff}.cta-button:hover .cta-text-2{animation:bounce 0.4s ease forwards;background-color:#40B983!important;color:#fff}@media (max-width:786px){.cta-icon{width:45px;height:45px}}