@media (max-width: 400px) {
    .header-style-3 .logo-header {
      width: 190px;
      line-height: 1.5;
    }
}
@media (max-width: 1199px) {
    .header-style-3 .logo-header
 {
        width: 190px;
        margin-top: 0.3rem;
    }
}