
h1{display:none;}
.heading-menu{display:none}
.box > ul > li > a, .box > ul > li.list{min-height: 160px;}
.box > ul > li > a, .box > ul > li.list {
    display: block;
    width: 315px;
    position: relative;
    vertical-align: top;
    text-align: initial;
    padding: 15px 21px;
    margin: 17px;
    box-shadow: 0 0 2px #ccc;
}

.nav-dwn a {
    background: #E9142B;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding: 4px 10px;
    display: inline-block;
    width: 148px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}
