.sb-container {
    margin-top: 7rem;
}

.sb {
    height: inherit !important;
}

@media (max-width: 992px) {
    .sb-container {
        margin-top: 12%;
    }
}

.row.site-row {
    display: inherit;
}

.row.site-row .col-md-4, .col-md-2, .col-md-8 {
    max-width: inherit;
}

.callto.col-md-3 {
    max-width: 33.3%;
}

@media (max-width: 640px) {
    .callto.col-md-3 {
        max-width: 12%;
    }
    .callto {
        margin-right: 12px;
    }
}