@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;
            }
  }
