.detail-main{
    padding: 3rem 3rem;
    background: #eee4e8;
}
.detail-img{
    width: 100%;
    margin-top: 3rem;
}
.detail-img img{
    width: 100%;
}
.tags{
    margin-top: 2rem;
}
.label{
    background-color: #b24675;
    padding: 0.2rem 1.2rem;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}
.title{
    margin-top: 2rem;
    font-size: 1.5rem;
    letter-spacing: -0.2rem;
    padding-bottom: 0.6rem;
    font-weight: bolder;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.ingredient-main{
    margin-top: 4rem;
    font-size: 2rem;
}
.ingredient{
    padding: 2rem 0;
    font-weight: bold;
    color: #ff8300;
    box-shadow: inset 0 -1px 0 0 #f3f3f3;
    text-align: center;
}
.ingredient-ul{
    margin-top: 1.4rem;
    padding-left: 3rem;
    font-size: 1.6rem;
    color: #565658;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.ingredient-ul li{
    line-height: 2.6rem;
}
.recipe-excerpt{
    margin-top: 4rem;
    font-size: 1.9rem;
    line-height: 2.8rem;
}
.instructions{
    margin-top: 5rem;
}
.instructions h4{
    font-size: 2.2rem;
}
.instructions ol{
    font-size: 1.8rem;
    padding-left: 4rem;
    line-height: 2.6rem;
    margin-top: 2rem;
}
.instructions li{
    margin-bottom: 2rem;
}

.u-padding-top-base{
    font-size: 1.8rem;
}
.u-padding-top-base h4{
    font-size: 2.2rem;
    margin-top: 5rem;
}
.u-padding-top-base p{
    line-height: 2.6rem;
    margin-top: 2rem;
}