.font-white {
    color: #fff;
    font-size: 2.75rem;
}

.acceptance--check span {
    margin-left: 0 !important;
}

.acceptance--check .acceptance--text {
    margin-left: 1rem !important;
}

.c-header-nav ul li .c-btn-action--desktop {
    display: flex;
}

.c-btn-read-more {
    background: #ea5045;
    border: 2px solid #fff!important;
    display: inline-flex;
    margin-top: 3rem;
    transition-delay: 0s!important;
}

.c-btn-read-more span{
    color: #fff;
}

.c-btn-read-more:hover{
    background: #fff;
}

.c-btn-read-more:hover span{
    color: #ea5045;
}

.c-btn-read-more:hover svg g path{
    fill: #ea5045;
}

.c-btn-action--mobile {
    display: none;
    background: #fff;
    margin-top: 3rem;
    border: 2px solid #fff!important;
}

.c-btn-action--mobile span {
    color: #ea5045;
}

@media (max-width: 1050px) {
    .c-btn-action--mobile {
        display: inline-flex;
    }
}

div.wpcf7-response-output{
    border: 2px solid #ea5045!important;
    border-radius: 50px!important;
    background: #fff!important;
    padding: 1rem 2rem!important;
    color: #ea5045!important;
    font-weight: 700!important;
    font-size: 2.2rem!important;
    line-height: 1.2!important;
    font-family: all-round-gothic, sans-serif!important;
}

span.wpcf7-not-valid-tip{
    color: #ea5045!important;
    font-family: all-round-gothic, sans-serif!important;
}