.cardsCustom {
  margin-top: 1rem;
  display: flex;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  gap: 0.4375rem;
}

.cardsInnerCustom {
  gap: 0.4375rem;
}

.CardsDetails {
  display: flex;
  padding: 0.3125rem 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.375rem !important;
  background: #D7E4F8 !important;
  font-size: 13px !important;
  font-weight: 600;
}

.pricing-item-center {
  background-color: #6E78E5 !important;
}

.pricing-item-footer-custom {
  border-radius: 0.5rem !important;
  border: 1px solid #6E78E5 !important;
  background: #FFF !important;
  color: #6E78E5 !important;
}