.hero-text button {
margin-top: 1rem;
padding: 0.8rem 3rem;
border: none;
border-radius: 20px;
background: linear-gradient(to right, #80b0f7, #3571e2);
font-weight: bold;
cursor: pointer;
transition: 0.3s;
}
.hero-text button:hover {
color: #ffffff;
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
border-radius: 12px;
border-color: #3571e2;
Antes:
Depois: