/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
  .card-1 {
    width: 48%;
  }
  .plan-item-mainn {
    justify-content: center;
  }
  .pack-container {
    width: 340px !important;
  }

  .plan-boxes {
    justify-content: center;
  }

  .card-image img {
    width: 329px !important;
  }
}
/* Mobile devices */
@media (max-width: 767px) {
    .plan-boxes {
        justify-content: center;
        flex-direction: column; 
        align-items: center;
    }

    .pack-container {
        width: 100%;
        max-width: 320px; 
        padding: 30px 20px;
    }
    .card-1 {
    width: 100%;
}
}
