.news_card_item {
    background-color: var(--Color_White);
    border: 1px solid var(--Color_Cotton_Seed);
    overflow: hidden;
    position: relative
}

.news_card_item .news_card_link {
    display: flex;
    flex-direction: column;
    text-decoration: none
}

.news_card_item .news_card_link:hover .news_card_image_with_date .news_card_image:before {
    opacity: 1
}

.news_card_item .news_card_link:hover .news_card_title_with_arrow .arrow {
    background-color: var(--Color_Hoffer_Orange)
}

.news_card_item .news_card_link:hover .news_card_title_with_arrow .arrow svg path {
    stroke: var(--Color_White)
}

.news_card_item .news_card_link .news_card_image_with_date {
    align-items: flex-end;
    display: flex;
    min-height: 227px;
    position: relative;
    width: 100%
}

.news_card_item .news_card_link .news_card_image_with_date .news_card_image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.news_card_item .news_card_link .news_card_image_with_date .news_card_image:before {
    background-color: var(--Color_Black_Op_perc_35);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all .5s ease;
    width: 100%
}

.news_card_item .news_card_link .news_card_image_with_date .news_card_image img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.news_card_item .news_card_link .news_card_image_with_date .news_card_date {
    align-items: center;
    background: var(--Color_Hoffer_Red);
    color: var(--Color_White);
    display: flex;
    font-size: 16px;
    line-height: 19px;
    padding: 8px 24px;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

.news_card_item .news_card_link .news_card_title_with_arrow {
    align-items: flex-start;
    display: flex;
    padding: 16px 0 0 24px
}

.news_card_item .news_card_link .news_card_title_with_arrow .news_card_title {
    line-height: 123%;
    margin-bottom: 0;
    padding-bottom: 16px;
    padding-right: 24px
}

.news_card_item .news_card_link .news_card_title_with_arrow .arrow {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 64px;
    justify-content: center;
    margin-top: auto;
    transition: all .5s ease;
    width: 71px
}

.news_card_item .news_card_link .news_card_title_with_arrow .arrow svg {
    display: block
}

.news_card_item .news_card_link .news_card_title_with_arrow .arrow svg path {
    transition: all .5s ease
}

@media (min-width:1360px) {
    .news_card_grid_list_inner .section_top_part .button_section .text_link .text {
        padding-bottom: 18px;
        padding-top: 18px
    }
}

@media (max-width:1359px) {
    .news_card_item .news_card_link .news_card_title_with_arrow .news_card_title {
        padding-right: 15px
    }

    .news_card_item .news_card_link .news_card_title_with_arrow .arrow {
        height: 50px;
        width: 50px
    }

    .news_card_item .news_card_link .news_card_title_with_arrow .arrow svg {
        height: 16px;
        width: 21px
    }
}

@media (max-width:1199px) {
    .news_card_item .news_card_link .news_card_title_with_arrow .news_card_title {
        padding-right: 12px
    }

    .news_card_item .news_card_link .news_card_title_with_arrow .arrow svg {
        height: 14px;
        width: 19px
    }
}

@media (max-width:767px) {
    .news_card_item .news_card_link .news_card_image_with_date {
        min-height: 201px
    }

    .news_card_item .news_card_link .news_card_image_with_date .news_card_date {
        font-size: 14px;
        line-height: 17px
    }

    .news_card_item .news_card_link .news_card_title_with_arrow {
        padding-right: 24px
    }

    .news_card_item .news_card_link .news_card_title_with_arrow .news_card_title {
        font-family: var(--Font_Lato_Semibold);
        padding-right: 0
    }

    .news_card_item .news_card_link .news_card_title_with_arrow .arrow {
        display: none
    }
}
