.cta-buttons-section{background-color:#efe4ff;padding:40px 20px}.cta-buttons-wrapper{display:flex;gap:15px;justify-content:center;font-family:"Poppins",sans-serif;flex-wrap:nowrap}.cta-button{flex:1 1 45%;display:inline-flex;justify-content:center;align-items:center;gap:10px;padding:12px 20px;background-color:#6a1b9a;color:#fff;text-decoration:none;border-radius:30px;font-weight:600;font-size:1rem;box-shadow:0 4px 10px rgb(106 27 154 / .2);transition:all 0.3s ease;text-align:center;white-space:nowrap;max-width:250px}.cta-button:hover{background-color:#4a0072;box-shadow:0 0 12px rgb(106 27 154 / .5);color:#fff}@media screen and (max-width:500px){.cta-buttons-wrapper{flex-wrap:nowrap;flex-direction:row;gap:10px}.cta-button{font-size:.95rem;padding:12px 10px}}