@media screen and (max-width: 1400px) {
  .list-item-2{
    gap: 0 !important;
    justify-content: space-between !important;
  }
  .list-item-6{
    display: none !important;
  }
}

@media screen and (max-width: 1150px) {
  .list-item-4{
    display: none !important;
  }
}

@media screen and (max-width: 1000px) {
  .list-item-5{
    display: none !important;
  }
}

@media screen and (max-width: 900px) {
  .list-item-3{
    display: none !important;
  }
}

@media screen and (max-width: 800px) {
  .list-item-7{
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .list-item-8{
    display: none !important;
  }
}