
.information_menu a{
    color: #c19e74;
}
.information_menu img{
    width: 80px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.information_menu span{
    text-align: center;
    margin-top: 20px;
}
@media only screen and (max-width:780px){
    .information_menu a{
        font-size: 18px;
    }
    .information_menu{
        line-height: 20px;
    }
}
@media (min-width: 0px) and (max-width: 479px) {
    .information_menu a{
        font-size: 14px;
    }
    .information_menu img{
        width: 60px;
        margin-bottom: 5px;
    }
    .information_menu{
        line-height: 18px;
    }
}