@media only screen and (max-width:1024px){

.brand-logo1 p {
    margin-left: 24px !important;
}

}



@media only screen and (max-width:992px){}


}



@media only screen and (max-width:768px){


}



@media only screen and (max-width:767px){

.brand-logo1 p {
       margin-left: 90px !important;
}
.brand-logo1 img {
       margin-left: 35px !important;
}
}



@media only screen and (max-width:400px){



}
@media only screen and (max-width:375px){

.brand-logo1 p {
    margin-left: 60px !important;
}
.brand-logo1 img {
    margin-left: 10px !important;
}
   
}

@media only screen and (max-width:320px){

.brand-logo1 p {
    margin-left: 45px !important;
}
.brand-logo1 img {
    margin-left: 5px !important;
}
   
}