.custom-button-url{
align-self: center;
background-color: #4ab52e;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 4px;
border-right-style: none;
border-top-style: none;
border-width: 0px;
box-shadow: 0px 0px 0px 0px #cccccc;
color: #ffffff;
cursor: pointer;
font-size: 24px;
font-style: normal;
font-weight: bold;
height: 65px;
justify-content: center;
line-height: 1.42857;
margin-bottom: 30px;
margin-top: 10px;
max-width: 473px;
text-align: center;
text-decoration: none;
width: 100%;
padding: 0 2em;
display: flex;
flex-direction: column;
}
.custom-button-url:hover {
color: #fff;
opacity: .8;
}