.c-separator__wrapper {
  border-bottom: 2px dashed #ededed;
  margin-inline: auto;
  margin-top: var(--margin-top-mobile);
  margin-bottom: var(--margin-bottom-mobile);
  height: 5px;
}
@media (min-width: 768px) {
  .c-separator__wrapper {
    margin-top: var(--margin-top-desktop);
    margin-bottom: var(--margin-bottom-desktop);
  }
}
@media (min-width: 1023px) {
  .c-separator__wrapper {
    flex-direction: row;
    max-width: 664px;
  }
}