/* ===

Theme Name: Hey Victor
Author: Koval Web
Author URI: https://kovalweb.com/
Description: Website development by Koval Web
Tags: html5, css3, sass, js, gulp, bootstrap grid
Version: 1.0

=== */
.campaign-container {
    max-width: 780px;
    margin: 0 auto;
}

.campaign-addt-text {
    margin-top: 1rem;
    line-height: 1.36;
}

@media (min-width: 992px) {
    .campaign-addt-text {
        line-height: var(--line-height);
        text-align: center;
    }
}