@media only screen and (max-width: 1024px) {
  .top__bar {
    z-index: 1;
  }

  .menu__bar .navbar {
    position: fixed;
    z-index: 1111;
    top: 0;
    right: 0;
    background: none;
  }

  .menu__bar .navbar .navbar-toggler {
    background: var(--secondary-color);
  }

  .image {
    width: 100% !important;
  }

  .services__tab .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }

  .accordion-button {
    padding: 10px;
  }
}