.recipe-container-custom {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.recipe-container {
    margin-top: 30px;
    clear: both;
}
.all-recipes {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 20px;
    margin: auto;
    margin-top: 40px !important;
}
.div-recipe {
    align-content: space-between !important;
    display: grid;
}
.div-recipe a {
    text-decoration: none;
    text-align: center;
}
.div-recipe p {
    color : #000000;
    min-height: 0px !important;
}
.div-recipe h2 {
    text-align: center;
    margin: 0px;
    margin-top: 13px;
    margin-bottom: 12px;
    line-height: normal;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fab906;
}
.div-recipe img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}

.recipe-content {
    text-align: center;
}
.recipe-content p{
    text-align: center;
    height: 55px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.recipe-button-link {
    padding: 10px 25px;
    background: #fab906;
    color: black;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 15px;
    margin-top: 25px;
    text-align: center;
    margin: auto;
}
.div-button-recipes {
    margin-top: 25px;
}
.button-recipes {
    background: black !important;
    width: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0.5em 1em;
    border: 0;
    color: white !important;
    font-weight: bold !important;
    font-size: 14px;
    text-align: center;
    background: #99CC00;
    display: table;
    clear: both;
    max-width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "DIN Pro-normal", sans-serif;
}


@media screen and (max-width: 750px) {
    .all-recipes {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        width: 90%;
    }
    .div-recipe:nth-child(1) {
        margin-bottom: 40px;
    }
    .div-recipe:nth-child(2) {
        margin-bottom: 40px;
    }
    .recipe-container-custom {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and  (max-width: 1350px) and (min-width: 750px) {
    .recipe-container-custom {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}