@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

@media (max-width: 992px) {
  .main {
    flex-direction: column;
  }

  .user-profile {
    flex-direction: column;
  }

  .user-profile-photo img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
  }

  .user-profile-photo {
    margin-right: 10px;
  }

  .sidebar {
    width: 100%;
  }
}

@media (max-width: 756px) {
  .dark-bar-content {
    flex-direction: column;
    padding: 20px;
  }

  .footer-nav-row {
    flex-direction: column;
    text-align: center;
  }

  .footer-nav {
    margin-bottom: 20px;
  }

  .footer-nav-row a {
    justify-content: center;
  }

  .footer-nav {
    display: none;
  }

  .footer-card {
    margin-bottom: 20px;
  }

  .header-top a svg {
    width: 20px;
  }

  h1 {
    font-size: 30px;
    font-weight: 600;
  }

  .intro-section-buttons {
    display: block;
  }

  .intro-section-buttons a {
    margin-bottom: 10px;
    width: fit-content;
  }

  .intro-section-content {
    padding-top: 50px;
  }

  .card-w h3 {
    font-size: 15px;
    color: #677894;
    font-weight: 500;
  }

  .fs-34 {
    font-size: 25px !important;
  }

  .contact-form-head {
    margin-top: 50px;
  }

  .image-and-features-content {
    transform: scale(0.8);
    left: -70px;
  }

  .image-and-features-content-2 {
    top: 200px;
    right: -70px;
    left: auto;
  }

  .dark-bar-content-img-2 {
    display: none;
  }

  .dark-bar-content-img-1 {
    position: relative;
    top: 0px;
  }

  .content-right {
    justify-content: start;
    padding-left: 40px;
  }

  .content-left {
    justify-content: end;
    padding-right: 40px;
  }

  .mobile-footer-nav {
    display: block;
  }

  .qr-section {
    position: relative;
    bottom: 0;
    text-align: center;
  }

  .demo-section {
    top: -70px;
  }

  .images-content {
    text-align: center;
  }

  .images-content-item-left {
    left: -2px;
  }

  .category-card-img img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin-right: 0;
  }
  .white-card-section .category-card {
    padding: 14px 5px;
    flex-wrap: wrap;
    gap: 10px;
  }

  .category-card-text {
    width: calc(100% - 75px);
  }
}
