.button-blue {
box-sizing: border-box;
position: relative;
transition-property: background-color,border,box-shadow;
transition-duration: .25s;
transition-timing-function: ease;
color: #fff;
border: 1px solid #0000e7;
background-color: #0000e7;
min-height: 56px;
text-transform: unset;
border-radius: 6px;
padding-right: 40px;
padding-left: 40px;
}
.button-blue:hover {
color: #fff;
border-color: #0000e7;
background-color: #0000e7;
}
.phone-go {
background-color: #0000e7;
}