.p-15{
    padding: 0 15px;
}
.recipe-bn-wrapper{
    padding: 0;
}
.recipe-banner{
    width: 100%;
    overflow: hidden;
}
.recipe-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.banner-wrapper{
    box-shadow: 0 0 10px rgba(0,0,0,.16);
    display: flex;
    align-items: center;
}
.recipe_detail_txt{
    padding: 20px 60px;
}

.recipe_detail_txt h2{
    font-size: 30px;
}

.time-wrapper .info_icon{
    background:#7B9858;
    width: 40px;
    height: 40px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.time-wrapper .info_icon i{
    font-size: 20px;
    color: #ffffff;
}

@media screen and (max-width:600px){
    .recipe_detail_txt h2{
        font-size: 20px;
    }
    .recipe_detail_txt{
        padding: 30px;
    }

}

/* -------左邊  準備食材------------ */
.material-wrapper{
    margin: 30px 0;
}

.material-wrapper .panel-heading h3{
    background: #7B9858;
    font-size: 20px;
    color: #ffffff;
    padding: 10px 20px;
}
.panel-danger{
    padding-left: 0;
}
.panel-body{
    border: 1px solid #7B9858;
    padding: 10px 20px;
    margin-bottom: 15px;
}


.panel-text{
    align-items:center;
    margin: 15px 0;
}
.panel-text-p{
    padding-left: 15px;
}

.panel-text2{
    justify-content:space-between;
    margin: 15px 0;
}

/* ------------右邊 詳細食譜--------------- */
.step h5{
    font-size: 26px;
    font-weight: 600;
}
.step p{
    margin: 15px 0;
}


.btn-style{
    text-align: center;
    margin: 60px auto 80px;
}
.btn-style a{
    padding: 10px 30px;
    border: 1px solid #686868;
    color: #0a0a0a;

}
.btn-style a:hover{
    background: #7B9858;
    color: #ffffff;
    transition: .5s;
}


@media screen and (max-width:991px){
    .step , .panel-danger{
        padding: 0;
    }
    .w-95{
        width: 95%;
        margin: 0 auto;
    }
    .step{
        margin-top: 30px;
        
    }

}