@charset "UTF-8";
:root {
  --block-title-background-color: #074ab3;
}
:root .ujszo-sunday {
  --block-title-background-color: #39ab0c;
}

.c-block__title.blue-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -1.5rem;
  left: 0;
  z-index: 2;
  background-color: var(--block-title-background-color);
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 0.55rem 1.9rem;
}

.static-content-wrapper a {
  display: flex;
  justify-content: center;
  margin: 3rem 0 0;
}