@media only screen and (max-width: 767px) {
    .header, .box-white, .intro{
        width: 100% !important;
    }
    .box-white{
        padding: 0px !important;
        margin-bottom: 50px !important;
    }
}
*{
    padding: 0;
    margin: 0;
    border: none;
    font-family: "rubik";
}
body{
    background-color: #f7f7f7;
}
.container{
    width: 80%;
    margin: 0 auto;
}
.box-white{
    background-color: #fff;
    box-shadow: 0 0 0 1px #eee;
    width: 600px;
    margin: 0 auto;
    border-radius: 15px;
    padding: 20px;
}
.menu-list{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-content: center;
    justify-content: space-around;
}
.menu-item{
    padding: 10px;
    text-align: center;
    width: 180px;
    margin: 20px 0;
}
.menu-link{
    color: #c9c9c9;
    fill: #c9c9c9;
    text-decoration: none;
}
.menu-link:hover{
    color: #444b47;
    fill: #444b47 !important;
}
.header{
    height: 80px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 0 1px #eee;
}
.intro{
    text-align: center;
    width: 600px;
    margin: 0 auto;
    padding: 50px 0;
    color: #444b47;
}