#mainphoto{
    width: 100%;
    height: 465px;
    background-image: url(../images/mainphoto_menu.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 10% 0%;
}
.section{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 64px;
}
.title_h2{
    font-size: 1.5em;
    font-weight: bold;
    width: 30%;
    text-align: center;
    margin: 0 auto 48px auto;
}
.title_h3{
    font-size: 1.3em;
    font-weight: bold;
    width: 30%;
    text-align: center;
    margin: 0 auto 30px auto;
}
.flexbox li{
    padding-bottom: 32px;
}
.flexbox li img{
    width: 100%;
    height: auto;
}
.menu_cont{
    padding-bottom: 20px;
}