.news-cta-banner {
    min-height: 560px;
    padding: 50px;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: 24px;
    background: var(--news-cta-banner-bg) center / cover no-repeat #0C0C0C;
}

.news-cta-banner__inner {
    max-width: 640px;
    gap: 30px;
}

.news-landing .news-cta-banner__title {
    color: #ffffff !important;
    max-width: 520px;
}

.news-landing .news-cta-banner__title span {
    display: block;
    color: #CD171A;
}

.news-cta-banner__actions {
    margin: 0;
}

.news-cta-banner__button {
    display: inline-flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    max-width: 100%;
    padding: 14px 30px;
    border-radius: 16px;
    background: #CD171A;
    color: #ffffff;
    font-family: 'Involve', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease, filter 0.2s ease;
}

.news-cta-banner__button:hover,
.news-cta-banner__button:focus {
    color: #ffffff;
    text-decoration: none;
    background: #D93639;
    filter: brightness(1.06);
}

@media screen and (max-width: 767px) {
    .news-cta-banner {
        min-height: 515px;
        padding: 32px;
        background-position: 58% center;
    }

    .news-cta-banner__inner {
        max-width: 480px;
        gap: 24px;
    }

    .news-cta-banner__button {
        min-height: 52px;
        padding: 13px 24px;
        font-size: 16px;
    }
}

@media screen and (max-width: 567px) {
    .news-cta-banner {
        min-height: 380px;
        padding: 24px 20px;
        border-radius: 16px;
        background-position: 60% center;
    }

    .news-cta-banner__inner {
        max-width: 330px;
        gap: 20px;
    }

    .news-cta-banner__button {
        width: 100%;
        min-height: 50px;
        padding: 12px 18px;
        border-radius: 14px;
        font-size: 15px;
    }
}
