.cta-section{background-color:#d70;padding:2.5rem 1rem}.cta-container{align-items:center;display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:1200px}.cta-title{color:#fff;font-family:museo_sans500,sans-serif;font-size:2rem;margin:0;text-align:center}.cta-buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-button{border:2px solid #fff;color:#fff;display:inline-block;font-family:museo_sans500,sans-serif;font-size:1rem;letter-spacing:.5px;min-width:140px;padding:.75rem 1.5rem;text-align:center;text-decoration:none;text-transform:uppercase;transition:background .3s,color .3s}.cta-button:hover{background-color:#fff;color:#d70}@media (min-width:768px){.cta-container{align-items:center;flex-direction:row;justify-content:space-between}.cta-title{text-align:left}}@media (max-width:576px){.cta-title{font-size:1.5rem}.cta-buttons{gap:.75rem}.cta-button{font-size:.9rem;padding:.6rem 1rem}}