@media only screen and (max-width: 576px) {
    .d-sm-none{
display: none !important;
    }
    .d-sm-block{
display: block !important;
    }
    .responsive-justify{
        justify-content: space-between!important;
    }
    .slider-padding-top-bottom{
        padding-top:0!important;
    }
    .navbar-brand img{
        height:55px
    }
    .slider-caption h1{
        font-size:28px;
    }
    .nav-language-icon{
        font-size: 30px;
      }
      .header-top-bar{
        padding:.5rem 1rem
      }
  }
