@media screen and (max-width: 768px) {
  section-header.section-header {
    display: flex;
    justify-content: space-between;
  }
}