/* This css for medium devices only */

@media screen and (min-width: 570px) and (max-width: 970px) {
  .sub-header {
    margin: 0 10px;
  }
  .main {
    margin: 0;
  }

  .navbar {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .product-categories {
    flex-wrap: nowrap;
  }

  .card-container-1 {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
