@media (max-width: 768px) {
    .login-form {
      width: 100%;
    }

    .offcanvas.offcanvas-end{
        width: 100% !important;
    }
    .container-img-comming-soon{
      display:none;
    }
    .comming-soon-mobile{
       display: flex;
    }

    /* My Cards */

    #sectors-nav {
      overflow-x: scroll ;
      overflow-y: hidden  ;
      white-space: nowrap ;
    }

    #sectors-nav .nav-link{
      text-wrap: nowrap ;
    }

    .footer-card-content{
      display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    }

    .footer-contact li{
      display: flex
      ;
          justify-content: center;
    }
    .about-us{
      text-align: center !important;
    }
    .experience-badge{
      text-align: center;
    margin-top: 1rem;
    }
    .about-service{
      justify-content: center !important;
    }
}

