.ultimate-heading {
    margin-bottom: 0px;
}

.uvc-main-heading h2 {
    margin: 10px 0px 15px;
    padding: 0;
    line-height: 1.4em;
    font-family: 'Arvo', serif;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
}

.uvc-heading-spacer {
    margin: 10px auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.uvc-headings-line {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.uvc-sub-heading {
    line-height: 1.4em;
    margin: 0;
    text-align: center;
}

.uvc-sub-heading a {
    color: inherit;
    text-decoration: none;
}

.uvc-sub-heading a:hover {
    color: inherit;
    opacity: 0.8;
}

@media only screen and (max-width: 767px) {
    .wpb_text_column.wpb_content_element {
        margin-bottom: 0px !important; /* !important чтобы перебить стили WPBakery */
    }
    
    .ultimate-heading {
        margin-bottom: 20px;
    }
} 