@charset "utf-8";
.recipe{
    padding: 90px 0 60px;
    color: #5a5c5f;
}

.recipe-card{
    width: 50%;
    margin-top: 35px;
    text-align: center;
}
.recipe-card h1{
    font-size: 20px;
    text-align: center;
}

.recipe-title{
    margin-bottom: 8px;
}
.recipe-text{
    font-size: 14px
}
.recipe-card-wrapper{
    display: flex;
    flex-wrap: wrap;
}

.second {
    font-size: 12px;
    
    text-align: center;
}

