.block--van-slider .slider-image {
    text-align: center;
}

.block--van-slider .content .title span {
    font-weight: 700;
}

.block--van-slider .content .title {
    text-align: center;
    margin-top: 15px;
}

.block--van-slider .description {
    border-top: 1px solid #c0c0c0;
    padding-top: 20px;
}

.block--van-slider .quote-btn {
    background: #6b9860;
    color: #fff;
    border-radius: 5px;
    border: 0;
    padding: 16px 30px;
    font-size: 18px;
    font-family: 'gothic';
    text-transform: uppercase;
    background: -webkit-linear-gradient(left, #ee2d4e, #ef4315);
    background: -o-linear-gradient(right, #ee2d4e, #ef4315);
    background: -moz-linear-gradient(right, #ee2d4e, #ef4315);
    background: linear-gradient(to right, #ee2d4e, #ef4315);
    display: inline-block;
    white-space: normal;
    transition: 0.5s;
    width: 100%;
    text-align: center;
}

.block--van-slider .quote-btn:hover {
    background: -webkit-linear-gradient(left, #ef4315, #ee2d4e);
    background: -o-linear-gradient(right, #ef4315, #ee2d4e);
    background: -moz-linear-gradient(right, #ef4315, #ee2d4e);
    background: linear-gradient(to right, #ef4315, #ee2d4e);
    color: #cfc9c9;
}

.block--van-slider .calluson {
    text-align: center;
    margin: 25px 0 0 0;
}

.block--van-slider .calluson p {
    font-family: 'gothic';
}