/* BASIC css start */
.md\:pb-20 {
  @media (width >= 48rem) {
    padding-bottom: calc(var(--spacing) * 50) !important;
  }
}
/* BASIC css end */

