.ppc-hero-section {
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    overflow: hidden;
    min-height: 370px;
}

.ppc-hero-figure {
    position: absolute;
    inset: 0;
    margin: 0;
    z-index: 1;
}

.ppc-hero-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
}

.ppc-hero-overlay {
    position: absolute;
    inset: 0;
    background: #f2f5f7;
    opacity: 0.75;
}

.ppc-hero-section .entry-header {
    position: relative;
    z-index: 2;
}

.ppc-hero-section .page-title, .ppc-hero-section .page-conversion {
    margin: 0;
    font-weight: 800;
    font-size: 29px;
    line-height: 45px;
    text-transform: uppercase;
}

.ppc-page-content {
    background: #dde3e7;
    padding: 60px 0px;
}

@media (max-width: 768px) {
   .ppc-page-content {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}
