.container {
    max-width: 95% !important;/*Set your own width %; */
 }

 @media only screen and (max-width: 600px) {
    .copyright-right {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-top: 10px;
      }

      .topbar-area{
        display: none;
    }

    .owl-carousel{
        display: none;
    }
  }
