.btn{display:flex;gap:2.4rem}.btn div{margin:0 auto}.white a{align-items:center;background:var(--white,#fff);border:2px solid var(--primary,#dc0032);border-radius:100px;color:var(--primary,#dc0032);display:block;font-size:2.4rem;font-weight:700;gap:10px;justify-content:center;min-width:30rem;padding:.8rem 2.4rem;text-align:center;text-decoration:none;transition:background-color .3s,color .3s,border-color .3s}.white a:hover{background-color:var(--primary,#dc0032);color:#fff;transition:.3s}.red a{background-color:#dc0032;border:2px solid #dc0032;border-radius:100px;color:#fff;display:inline-block;font-size:2.4rem;font-weight:700;min-width:30rem;padding:.8rem 2.4rem;text-align:center;text-decoration:none;transition:background-color .3s,color .3s,border-color .3s}.red a:hover{background-color:#fff;border-color:#dc0032;color:#dc0032}@media screen and (max-width:768px){.btn{flex-direction:column}.btn div{text-align:center;width:100%}.red a,.white a{margin:1.6rem auto;padding:2.4rem;width:90%;word-break:break-word}}