.wp-singular .brand-cta-divider {
    background-size: 25%;
    background-position: 13% -8px;
    background-repeat: no-repeat;
    
}
@media screen and (max-width: 768px) {
    .wp-singular .brand-cta-divider {
        background-size: 36%;
        background-position: 0% 0px;
    }
}

h2 {
    font-size: 42px;
}

.brand-cta-divider .entry-header {
    padding: 60px;
}

.brand-cta-divider a.wp-element-button {
    font-size: 28px;
    padding-bottom: .5rem;
}
.brand-cta-divider h2 {
    font-size: 48px !important;
}
.brand-cta-divider a.wp-element-button:hover {
    color: white;
}