.section-header {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .5rem;

  .title {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #27282B;
  }

  .link {
    flex-shrink: 0;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.125rem;
    color: #8F8F8F;
    text-transform: lowercase;
    text-decoration: none;
  }
}
