.cremeGrey-bg {
  background-color: var(--creme-grey);
}

.lightGrey-bg {
  background-color: var(--light-grey);
}

.lightGrey-text {
  color: var(--light-grey);
}

.marbo-36 {
  margin-bottom: 3.6rem;
}

.marbo-24 {
  margin-bottom: 2.4rem;
}

.martop-36 {
  margin-top: 3.6rem;
}

@media (min-width: 768px) {
  .martop-64-at-768 {
    margin-top: 6.4rem !important;
  }
}

@media (min-width: 768px) {
  .marbo-64-at-768 {
    margin-bottom: 6.4rem !important;
  }
}

.makeBold {
  font-weight: 700;
}

.nopad {
  padding: 0 !important;
}

.textLeft {
  text-align: left !important;
}

@media (min-width: 768px) {
  .nopadbot-at-768 {
    padding-bottom: 0 !important;
  }
}

.martop-24 {
  margin-top: 2.4rem;
}
