.dwn-banner{
    width: 100%;
}
.logo{
    margin: 40px auto;
    width: 210px;
    display: block;
}
.dwn-bg{
  display: flex;
    text-align: center;
   justify-content: space-between;
   align-items: center;
   margin: 50px 10px 30px;
   flex-direction: column;
}
.dwn-bg a{
background: url(../images/dwn-btn.png);
  width: 365px;
    height: 60px;
    color: #000;
    display: inline-block;
    background-size: 100% 100%;
     display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    margin-bottom: 30px;
}
.ios{
    width: 30px;
    margin-right: 10px;
}
.dwn{
    width: 25px;
    margin-left: 10px;
}
.menu{
    position: absolute;
    right: 20px;
    top: 20px; 
    width: 25px;
}