@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,600;1,700&display=swap');
body.widget-snippet  .header-call a {
    float: unset;
}
.widget-snippet  .header-call a {
    float: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin: 25px 0 0;
    text-transform: uppercase;
    display: inline-block;
    padding: 11px 18px;
    letter-spacing: -0.5px;
    background: #f00a3b;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    border: 2px solid #f00a3b;
font-weight: 500;
}
.widget-snippet  .header-call a:hover, .widget-snippet  .header-call a:focus {
    background: rgba(240, 10, 59, 0) none repeat scroll 0 0;
    border: 2px solid #f00a3b;
    color: #f00a3b;
}
