.hero,
.foot-note,
.cta-content {
    background: -webkit-linear-gradient(90deg, #6b9080, #4a7043);
    background: linear-gradient(90deg, #6b9080, #4a7043);
}

.form__checkbox input:checked + div {
    background: #355e3b;
    border: 1px solid #a8d5ba;
}

.card-header p {
    background: rgb(200, 220, 200) !important;
}

.contact-form-section .title h6 {
    color: #2e4a33;
}

.form__checkbox > div div {
    border: 1px solid #a8d5ba;
}

.single-pricing p:last-of-type {
    padding: 0 12px;
}

.single-pricing {
    background: #7a9d96;
}

#footer {
    background-color: #7a9d96;
}

.cookies-accept-js, .cookies-decline-js{
    font-size: 16px;
}

.reviews{
    background: #368557;
}

#service,
.faq,
.cta,
.featured,
.pricing-table,
#contact,
.contact__info-map {
    background: -webkit-linear-gradient(90deg, #f0f7f0, #e8f0e8);
    background: linear-gradient(90deg, #f0f7f0, #e8f0e8);
}

.btn.btn-primary {
    background: -webkit-linear-gradient(90deg, #2e4a33, #1a2c1f);
    background: linear-gradient(90deg, #2e4a33, #1a2c1f);
}

#service div,
.featured p,
.featured div,
#contact h2 {
    color: #2e4a33;
}

.logo-text {
    word-break: break-all;
}