.cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
}

.cta-button,
.action-buttons a.cta-button {
    display: inline-block;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 15px 30px;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    transition: background-color .25s ease, border-color .25s ease, color .25s ease;
}

.cta-button--primary,
.action-buttons a.cta-button--primary {
    background-color: #E87B3C;
    border-color: #E87B3C;
}

.cta-button--secondary,
.action-buttons a.cta-button--secondary {
    background-color: #353857;
   /* border-color: #353857;*/
}

.cta-button:hover,
.cta-button:focus,
.action-buttons a.cta-button:hover,
.action-buttons a.cta-button:focus {
    background-color: #fff;
    border-color: #353857;
    color: #353857 !important;
    text-decoration: none;
}

.main-header-text .cta-actions {
    margin-bottom: 10px;
}

.blog-cta {
    justify-content: flex-start;
    margin-bottom: 20px;
}

.btn.btn-show-contact-form.cta-button {
   /* border-radius: 10px;*/
    padding: 15px 30px;
    font-size: 24px;
    font-weight: 400;
    border-color:#fff;

}
    .btn.btn-show-contact-form.cta-button:hover {
        background: #EA8959 !important;
        color: #fff !important;
    }
.cta-partners {
    padding: 70px 20px;
    background-color: #EDEBEA;
}

.cta-partners__content {
    text-align: center;
}

.cta-partners__accent {
    display: block;
    width: 120px;
    height: 3px;
    margin: 0 auto 28px;
    background-color: #E87B3C;
}

.cta-partners h2 {
    margin: 0;
    color: #353857;
    font-size: clamp(2rem, 3vw, 3.25rem);
    font-weight: 400;
}

.cta-partners .cta-actions {
    margin-top: 28px;
}

.cta-partners a.cta-button {
    color: #FFF;
    font-size: 24px;
}

.cta-partners a.cta-button:hover,
.cta-partners a.cta-button:focus {
    color: #353857;
}

.beans-page .cta-button--primary {
    color:#fff;
}
.beans-page .cta-button--secondary {
    color: #fff;
}

@media (max-width: 767.98px) {
    .cta-partners {
        padding: 32px 15px;
    }

    .cta-partners__accent {
        width: 80px;
        margin-bottom: 20px;
    }

    .cta-partners .cta-actions {
        margin-top: 22px;
    }

    .cta-partners a.cta-button {
        font-size: 18px;
    }

    .cta-button,
    .action-buttons a.cta-button {
        padding: 10px 12px;
        font-size: 18px;
    }

    .btn.btn-show-contact-form.cta-button {
        padding: 10px 12px;
        font-size: 18px;
    }

    .cta-partners h2 {
        font-size: clamp(1.5rem, 3vw, 2.25rem);
    }
}
