/* CGC_HOME_SECTIONS_MANAGER_V1 */

.cgc-managed-hidden {
    display: none !important;
}

.cgc-managed-section {
    transition:
        background-color .2s ease,
        opacity .2s ease;
}

.cgc-bg-white {
    background: #ffffff !important;
}

.cgc-bg-ivory {
    background: #fff9ed !important;
}

.cgc-bg-soft-mustard {
    background: #f3e4b5 !important;
}

.cgc-bg-mustard {
    background: #c88a00 !important;
}

.cgc-bg-dark {
    background: #4b3515 !important;
}

.cgc-bg-mustard,
.cgc-bg-dark {
    color: #ffffff !important;
}

.cgc-custom-home-section {
    padding: 64px 22px;
}

.cgc-custom-home-section-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.cgc-custom-home-section h2 {
    margin: 0 0 12px;
    font-size: 32px;
    line-height: 1.25;
}

.cgc-custom-home-section p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
}

.cgc-custom-home-section a {
    display: inline-flex;
    margin-top: 20px;
    padding: 11px 18px;
    border-radius: 999px;
    background: #4b3515;
    color: #fff !important;
    text-decoration: none;
    font-weight: 800;
}

@media (max-width: 700px) {
    .cgc-custom-home-section {
        padding: 46px 16px;
    }

    .cgc-custom-home-section h2 {
        font-size: 26px;
    }
}