.baseline {
  .svg-wrapper {
    width: 23rem;
    height: 3rem;
  }
  
  .baseline__content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    
    @media screen and (min-width: 990px) {
      width: 75%;
      margin: 0 auto;
    }
    
    @media screen and (min-width: 1200px) {
      width: 50%;
    }
  }
  
  .baseline__header {
    .baseline__header__text {
      font-weight: 600;
      font-size: 3.6rem;
      line-height: 100%;
      margin-bottom: 2.7rem;
      margin-top: 0;
      
      @media screen and (min-width: 990px) {
        font-size: 8.583rem;
      }
      
      strong {
        font-weight: 600;
      }
    }
  }
}