#under_main {
    background-color: #f2eee3;
    
}
#under_main .main_logo {
    width: 50%;
    margin:0 auto;
    text-align: center;
    padding-top: 25px;
}
#content .recipe div img {
    width: 70%;
    margin-bottom: 30px;
}
#content .recipe div {
   text-align: center;
}
#content .recipe .btnArea {
    margin-top: 50px;
}
@media screen and (max-width: 768px) {
    #under_main .main_logo{
        width: 45%;
    }
    #content .recipe div img {
        width: 90%;
    }
}