.section-page{
  article{
    >div{
      padding: $sizeLarge * 2 $sizeMedium 0 $sizeMedium;
      width: 75%;
      margin: auto;
      @include media-breakpoint-down(md) {
        width: auto;
        padding: $sizeLarge $sizeSmall;
      }
    }
  }
  aside{
    text-align: center;
    color: $themeSecondary;
    padding: $sizeLarge*2 $sizeMedium 0 ($sizeLarge);
    font-size: 4.5em;
    font-family: "Oswald", sans-serif;
    line-height: 1em;
    .number{
      z-index: 1;
      position: relative;
      font-size: 2.7em;
      margin-bottom: 3.5rem;
    }
    @include media-breakpoint-down(md) {
      display: none;
    }
  }
}