@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 882px) {

}

@media screen and (max-width:768px) {

}

@media screen and (max-width: 425px) {
  .top-address{
    float: none!important;
    text-align: center;
  }
  .menu ul li{
    padding: 25px 20px;
  }
  .cover .title {
    position: absolute;
    left: 19%;
    margin-top: 150px;
  }
  section.notfound .cover .title {
    left: 13%;
    margin-top: 250px;
  }
  .cover .title h1, .cover .title p {
    font-size: 4rem;
    color: #d8dcde;
    text-align: center;
  }
  .cover{
    height: 400px;
  }
  section.notfound .cover{
    height: 600px
  }
  section.details .content{
    padding: 70px 10px;
  }
  .address{
    font-size: 12px;
    text-align: center;
  }
}

@media screen and (max-width: 414px) {

}

@media screen and (max-width: 375px) {
  .menu ul li{
    padding: 25px 14px;
  }
  .address{
    padding: 2em 0em;
  }
  .mpn{
    padding: 0;
  }
  .cover .title h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 320px) {
  .menu ul li{
    padding: 25px 7px;
  }
}
