.airsoft-kollimator-banner {
    overflow: hidden;
    border-radius: 24px;
    background-color: #0C0C0C;
    background-image: var(--airsoft-kollimator-banner-bg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.airsoft-kollimator-banner__inner {
    margin: auto 0 0;
}

.airsoft-kollimator-banner .title-news,
.airsoft-kollimator-banner .text-news {
    color: #ffffff;
}

.airsoft-kollimator-banner__title-white {
    color: #ffffff;
}

.airsoft-kollimator-banner__title-red {
    color: #CD171A;
}

.airsoft-kollimator-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 10px 0 0 0;
}

.airsoft-kollimator-banner__button {
    color: #ffffff;
    background: #CD171A;
}

.airsoft-kollimator-banner__button:hover,
.airsoft-kollimator-banner__button:focus {
    color: #ffffff;
}

@media screen and (max-width: 567px) {
    .airsoft-kollimator-banner {
        border-radius: 16px;
    }
}
