@media screen and (max-width: 1340px) {
.two-container .dh-title{
   width: 13%;
}
 .footer-link ul li{
    margin-left: 35px;
}
}
@media screen and (max-width: 1240px) {
.two-container .dh-title{
   width: 16%;
}
.footer-link ul li{
    margin-left: 35px;
}
}
@media screen and (max-width: 1090px) {
.nav .container ul li{
       text-overflow: ellipsis;
       white-space: nowrap;
       overflow: hidden;
   }
}