@media screen and (max-width: 1024px) {
    #domain_box {
      padding-top: 110px!important;
    }
}
@media screen and (max-width: 781px){
    #domain_box {
      margin-top: -24px!important;
    }
}
@media screen and (max-width: 1920px) and (min-width: 1600px){
    #domain_box {
        padding-top: 100px!important;
        margin-top: 0px!important;
    }
}
