.button-book-now {
    padding-top: 10px;
}
.button-book-now a {
    font-size: 17px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 88px;
    line-height: 88px;
    display: inline-block;
    text-decoration: none;
    padding: 0 13px;
    font-weight: 600;
    color: #32363f;
}

.button-book-now a span{
    background: #f83147;
    color: #FFF;
    border-radius: 25px;
    padding: 13px 28px;
}

.button-book-now a:hover span{
    background: #ce2639;
}

@media only screen and (max-width: 767px) {
    .button-book-now {
        text-align: center;
    }
    .av-special-heading-h3 .av-special-heading-tag {
        text-align: center;
    }
}
