.news-carousel-item {
    box-shadow: 7px 19px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 100%;
    max-width: 444px;

    &__content {
        padding: 40px 15px 15px;
    }

    &__title {
        font-size: 30px;
        font-weight: 700;
        line-height: 1.33;
    }

    &__title-link {
        color: var(--rocket-color-secondary-100);
        text-decoration: none;

        @include event {
            text-decoration: underline;
        }

        &::after {
            @include cover;
        }
    }

    &__description {
        font-size: 20px;
        line-height: 1.33;
    }
}
