.wrapper.main-page-recipes {
    margin-bottom: 40px;
    display: flex;
    padding-left: 0;
    padding-right: 0;
    max-width: 1230px;
}

.recipes-text {
    width: 21%;
}

.recipes-text h2 {
    color: #183B7E;
    font-size: 30px;
    font-family: 'cronospro-bold';
    margin-bottom: 20px;
    margin-top: 6px;
}

.recipes-text p {
    color: #797979;
    font-size: 15px;
    margin-bottom: 20px;
}

.recipes-text .more-recipes.desktop,
.more-recipes.mobile {
    display: flex;
    background-color: #183B7E;
    color: #F4F4F4;
    font-family: brandontext-med;
    width: 170px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #EEEEEE;
}
.recipes-text .more-recipes.desktop:hover,
.more-recipes.mobile:hover{
    background-color: #2F4E8B;
}
.more-recipes.mobile {
    display: none;
    width: 100%;
    margin-top: 20px;
}

.recipes-items {
    width: 79%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 40px;
}

.recipes-items .recipe {
    width: 49%;
    border-radius: 5px;
}

.recipes-items .recipe .item {
    margin: 0;
    height: 340px;
}

.recipes-items .recipe .coverc {
    border-radius: 5px;
}

.recipes-items .recipe .recipe-result__extra {
    display: flex;
    justify-content: space-between;
}

.recipes-items .recipe .title {
    font-family: 'cronospro-semibold';
    font-size: 26px;
    margin-bottom: 20px;
}

.recipes-items .recipe-result:before {
    content: none;
    display: none;
}
.main-page-recipes .blocks .item .text{
    border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 1280px) {
    .wrapper.main-page-recipes {
        margin-left: 10px;
        margin-right: 10px;
    }

    .recipes-text {
        width: 40%;
    }

    .recipes-items {
        width: 60%;
    }
}
@media screen and (max-width: 900px) {
    .blocks .item .text{
        padding: 25px;
    }
}
@media screen and (max-width: 1024px) {
    .recipes-items .recipe .item {
        height: 290px;
    }
}
@media screen and (max-width: 810px) {
    .blocks .item .text{
        padding: 15px;
    }
    .recipes-items .recipe .recipe-result__extra{
        display: none;
    }
    .recipes-items .recipe .title{
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 640px) {
    .wrapper.main-page-recipes {
        margin-left: 15px;
        margin-right: 15px;
        display: block;
    }

    .recipes-text .more-recipes.desktop {
        display: none;
    }

    .more-recipes.mobile {
        display: flex;
    }

    .recipes-text {
        width: 100%;
    }

    .recipes-text h2 {
        margin-top: 0;
        font-size: 26px;
    }

    .recipes-items {
        width: 100%;
        margin-left: 0;
    }
    .recipes-items  .item{
        height: 220px !important;
    }

    .recipes-items .recipe .title {
        font-size: 22px;
        margin-bottom: 0;
    }

    .recipes-items .recipe .recipe-result__extra {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .recipes-items .item {
        height: 200px !important;
    }
}
