.cmp-footer__bottom {
  background-color: var(--primary-100);
  padding: 1.5rem 0rem;
}
.cmp-footer__bottom * {
  color: var(--text-default);
}
@media (min-width: 768px) {
  .cmp-footer__bottom {
    padding: 2.25rem 0rem;
  }
}
