@charset 'UTF-8';

.lessons-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;

  @media only screen and (min-width: $screen-xs-min) { flex-direction: row; }
}
