.recipes__news {
    margin-bottom: 80px
}

@media all and (max-width: 767px) {
    .recipes__news {
        margin-bottom: 40px
    }
}

.recipes__news_content {

}

.recipes__news_title {
    color: #161616;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    max-width: 75%
}

@media all and (max-width: 1023px) {
    .recipes__news_title {
        margin-bottom: 40px
    }
}

@media all and (max-width: 767px) {
    .recipes__news_title {
        margin-bottom: 20px
    }
}

.recipes__news .news__item {
    background: linear-gradient(0deg, #383F50, #383F50);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 32px;
    width: 50%;
    height: 315px;
    order: 3
}

.recipes__news .news__item:first-child {
    width: 100%;
    height: 285px;
    order: 1
}

.recipes__news .news__item:last-child {
    order: 2
}

.recipes__news .news__item_title {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 400;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 32px
}

@media all and (max-width: 767px) {
    .recipes__news .news__item_title {
        font-size: 1.25rem
    }
}

.recipes__news .news__items-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0
}

@media all and (max-width: 1023px) {
    .recipes__news .news__items-list {
        margin-bottom: 80px
    }
}

@media all and (max-width: 767px) {
    .recipes__news .news__items-list {
        margin-bottom: 30px
    }
}

/*# sourceMappingURL=style.css.map */
