.dashedDivider {
  display: flex;
  align-items: center;
  height: auto;

  .dividerText {
    padding: 0 8px;
    white-space: nowrap;
  }
}
