
@media (min-width: 320px) and  (max-width: 767px)  {
  .m-footer--bottom-left {
    text-align:center !important;
  }
  .m-footer .m-footer--bottom-right{
    align-items: center !important;
  }
}
.m-sidebar--content-----s{
    position: sticky !important;
    top: 60px;
    display: inline !important;
}