.site-css {
    background-color: #fff;
    color: #000;
    margin-top: 0;
    padding: 2rem 3rem;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    box-shadow: 0 0 2.1rem 0.2rem rgba(91, 90, 90, .25);
    font-family: "New Zen";
}

a.btn.btn-default.inner-form-btn {
    width: 249px;
    text-transform: uppercase;
    border-radius: 0px;
}

.site-css a:last-child {
    display: none;
}

.site-font{
    font-family: "New Zen Medium";
    font-weight: 400;
}

@media (max-width:991px) {
    .site-css {
        padding: 2rem 2rem;
    }
    a.btn.btn-default.inner-form-btn {
        width: 100%;
    }
}