.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;
  }
}
.cmp-footer__bottom-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cmp-footer__bottom-wrapper {
    justify-content: space-between;
    gap: 2rem;
  }
}
.cmp-footer__bottom-copyright--certikin .cmp-footer__bottom-copyright-year p {
  margin-top: 1rem;
  display: inline-block;
}
