.cta {
padding: 1.5rem 6rem;
text-decoration: none;
font-size: 1.8rem;
display: inline-block;
border-radius: 10px;
font-weight: 700;
color: #ffffff;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
background-color: rgb(172, 75, 57);
}
.cta:hover {
background-color: rgba(172, 75, 57, 0.8);
}