.recipe-gradient {
    background-image: url(/img/recipe/recipegradient.webp);
    background-size: 100% auto;
    background-position: center 0px;
    background-repeat: no-repeat;
}

.recipecat {
    padding: 50px;
}

.recipecard {
    background-color: #f9f8f4;
    border-radius: 50px;
    border: 2px solid #c7c7c7;
}

.satisfy-mv {
    display: none;
}


.card-inner {
    margin: 50px;
}

.recipename {
    font-size: 1.8rem;
    color: #96564d;
    font-weight: bold;
    margin-top: -30px;
}

.recipeing {
    font-size: 1rem;
    padding-left: 5%;
    padding-right: 5%;
}

.recipecardmt {
    margin-top: 30px;
}

.recipeing { 
    text-align: center;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {

    .recipename {
        font-size: 1.5rem;
    }

    .satisfy-dv {
        display: none;
    }

    .satisfy-mv {
        display: block;
    }

    .recipecardmt {
        margin-top: 0px;
    }

    .recipecat {
        padding: 0px;
    }

    .recipecard {
        margin-top: 30px;
        margin-left: 30px;
    }

    .satisfy-mv h2 {
        text-align: center;
        font-size: 2rem;
        font-family: InterXBold;
        color: #f37260;
        margin-top: 60px;
    }

    .satisfy-mv p {
        text-align: center;
        font-size: 1.1rem;
        color: #a3564c;
        padding: 20px;
        font-family: InterBold;
    }
    
    .recipeing { 
        text-align: justify;
    }


}