.cpc-hero-wrapper-bfc8d4ea {
    background-color: #F7F3EE;
    width: 100%;
    padding: 48px;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .cpc-hero-wrapper-bfc8d4ea {
        padding: 32px 20px;
    }
}

.cpc-hero-inner-bfc8d4ea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    gap: 40px;
}

@media (max-width: 767px) {
    .cpc-hero-inner-bfc8d4ea {
        flex-direction: column;
    }
}

.cpc-hero-left-bfc8d4ea {
    flex: 0 0 60%;
    max-width: 60%;
}

.cpc-hero-right-bfc8d4ea {
    flex: 0 0 40%;
    max-width: 40%;
}

@media (max-width: 767px) {
    .cpc-hero-left-bfc8d4ea, .cpc-hero-right-bfc8d4ea {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cpc-hero-right-bfc8d4ea {
        display: none;
    }
}

.cpc-hero-eyebrow-bfc8d4ea {
    color: #2C5F2E;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
    margin-top: 0;
}

.cpc-hero-headline-bfc8d4ea {
    color: #1a1a1a;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 14px;
    margin-top: 0;
}

@media (max-width: 767px) {
    .cpc-hero-headline-bfc8d4ea {
        font-size: 26px;
    }
}

.cpc-hero-subtext-bfc8d4ea {
    color: #555555;
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .cpc-hero-subtext-bfc8d4ea {
        font-size: 14px;
    }
}

.cpc-hero-buttons-bfc8d4ea {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.cpc-btn-primary-bfc8d4ea {
    background-color: #2C5F2E;
    color: #ffffff;
    border-radius: 6px;
    padding: 12px 24px;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
}

.cpc-btn-secondary-bfc8d4ea {
    border: 2px solid #2C5F2E;
    color: #2C5F2E;
    border-radius: 6px;
    padding: 11px 22px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
}

.cpc-hero-trust-bfc8d4ea {
    margin-top: 24px;
    border-top: 1px solid #e0d8cc;
    padding-top: 20px;
}

.cpc-hero-image-bfc8d4ea {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}