.uninest-event-footer,
.uninest-event-footer * { box-sizing: border-box; }
.uninest-event-footer {
  background: #00102e; color: #9d9a8f; font-size: .8rem; line-height: 1.55;
  font-family: "DM Sans", system-ui, sans-serif; padding: 36px 0;
}
.uninest-event-footer__wrap { max-width: 1180px; margin: 0 auto; padding: 0 40px; }
.uninest-event-footer__wrap p { margin: 0 0 .6em; max-width: 90ch; }
.uninest-event-footer__wrap a { color: #cfccc0; }

@media (max-width: 991px) {
  .uninest-event-footer__wrap { padding: 0 24px; }
}

