.bbq img{width:100%;}
.bbq .txt{border:1px solid #ccc; padding:45px;}
.bbq .txt h3{font-size:30px; font-family:'MapoFlowerIsland'; border-bottom:1px solid #ddd; position:relative; padding:0 0 15px; margin:0 0 25px; letter-spacing:-1px;}
.bbq .txt h3:after{    
    display: block;
    content: '';
    background: #b86d23;
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.bbq .txt strong{font-size:20px; font-family:'MapoFlowerIsland';  margin:0 0 15px; display:block; letter-spacing:-1px;}
.bbq .txt p{font-size:16px;}
/* tablet */
@media screen and (min-width:768px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:767px){
    .bbq .txt{padding:35px;}
    .bbq .txt h3{font-size:26px;}
    .bbq .txt strong{font-size:18px;}
    .bbq .txt p{font-size:14px;}
}
