.page-id-8623 header, .page-id-8623 footer, .page-id-8623 .copyright {
    display: none;
}





/* Second Half */

.second-half {
    background: rgba(222, 200, 190, 0.53);
    padding: 104px 12%;
}
.second-half h2 {
    color: #2C4B40;
    text-align: center;
    font-family: "Neutra Text";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; 
    text-transform: uppercase;
    margin: 0 0 40px;
}

.perks-steps {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 120px;
}
.perks-step {
    flex: 0 0 calc((100% - 280px) / 3);
    display: flex;
    flex-direction: column;
}
.perks-step:nth-of-type(even) {
    flex: 0 0 40px;
}
.perks-steps .image {
    height: 190px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.perks-steps .image img {
    max-height: 100%;
}

.perks-steps .step-desc {
    color: #000;
    text-align: center;
    font-family: darwin-regular, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px; 
}

/* CTA */

.perks-cta .image {
    background: url('/wp-content/uploads/2026/08/image-cta.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}




/* Footer */

.perks-footer {
    background: #2C4B40;
    color: #FFF;
    text-align: center;
    font-family: darwin-regular, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    padding: 80px 10%;
}
.perks-footer p {
    color: #fff;
    margin: 0 auto;
    max-width: 830px;
}
.perks-footer h3 {
    color: #FFF;
    text-align: center;
    font-family: "Neutra Text";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; 
    text-transform: uppercase;
    margin: 24px 0;
}
.perks-footer img {
    width: 220px;
    margin: 0 auto;
}