/* High-specificity compatibility layer for WordPress themes and page builders. */
.vge .vge-hero h1 {
    color: #ffffff !important;
    opacity: 1 !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 1.02 !important;
    letter-spacing: 0 !important;
    margin: 14px 0 !important;
    text-shadow: 0 1px 1px rgba(0,0,0,.12) !important;
}
.vge .vge-hero p {
    color: #e7e2d9 !important;
    opacity: 1 !important;
}
@media (max-width: 800px) {
    .vge .vge-hero h1 { font-size: 38px !important; }
}
