.cta-display .cta-title,
.cta-display .cta-desc,
.cta-display .btn {
    color: #a6c76c !important;
}
.cta-display .btn:hover {
    color: #fff !important;
}
.cta-display .cta-title {
    font-weight: 400 !important;
}


.page-header.page-header-big {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 326px;
    min-height: unset;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;

    margin-bottom: 3rem;
}

/* Tablet */
@media (max-width: 991px) {
    .page-header.page-header-big {
        height: 220px;
    }

    .page-header .page-title {
        font-size: 2.4rem;
    }

    .page-header .page-title span {
        font-size: 1.4rem;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .page-header.page-header-big {
        height: 140px;
    }

    .page-header .page-title {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .page-header .page-title span {
        font-size: 1.1rem;
        line-height: 1.2;
    }
}