.bolt-ons-column {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;

}
.Pricing__package-card-wrapper {
  flex: 0 0 auto;
  width: 320px; /* adjust to fit your design */
}

.Pricing__bottom-section .Pricing__package-card-bottom {
gap: 0rem !important
}

.Pricing__bottom-section .Pricing__key-features-wrapper {
justify-content: flex-start
}

@media (max-width: 1081px) {
  .Pricing__package-card-wrapper {
  flex: auto;
  width: auto; /* adjust to fit your design */
}