body {
  background-image: linear-gradient(180deg, var(--bs-secondary-bg), var(--bs-body-bg) 100px, var(--bs-body-bg));
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

/* customize part */
.text-padding-child {
  padding-left: 2rem !important;
}
.no-underline {
  border-bottom-style: none;
}
.no-upperline {
  border-top-style: none;
}
.table-padding-child {
  padding-left: 5rem !important;
}
.svg-icon {
  transform: scale(1,-1);
}
.footer-row {
  padding-bottom: 0.2rem !important;
}
.footer-padding-child {
  padding-left: 2rem !important;
}