/* Media query breakpoints */
.c-overview {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  max-width: 1056px;
  margin: 0 auto;
  padding: 41px 0;
}
@media (min-width: 1025px) {
  .c-overview {
    flex-wrap: inherit;
  }
}
@media (max-width: 1024px) {
  .c-overview .c-text--align-left {
    text-align: center !important;
  }
}
.c-overview__left {
  width: 100%;
  flex: 0 1 100%;
  padding: 0 9px;
}
@media (min-width: 768px) {
  .c-overview__left {
    padding: unset;
  }
}
@media (min-width: 1025px) {
  .c-overview__left {
    width: 408px;
    margin-right: 48px;
  }
}
.c-overview__left .c-headline {
  text-align: center;
}
@media (min-width: 1025px) {
  .c-overview__left .c-headline {
    text-align: unset;
  }
}
.c-overview__items {
  display: flex;
  max-width: 500px;
  width: 100%;
  flex: 0 1 100%;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .c-overview__items {
    padding: 0 25px;
  }
}
@media (min-width: 768px) {
  .c-overview__items {
    padding: unset;
  }
}
@media (min-width: 1025px) {
  .c-overview__items {
    max-width: 100%;
    width: 624px;
    flex-wrap: inherit;
  }
}
@media (max-width: 1024px) {
  .c-overview__items {
    flex-direction: column;
  }
}
/*# sourceMappingURL=overview.css.map */
