@media (max-width: 767.98px) {
  .all-section {
    text-align: center;
  }
  .all-section .works-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .registration-page .inner-left {
    display: none;
  }
}
/*# sourceMappingURL=responsive.css.map */