html

body
  .wrapper
    #accordion
      font-family: 'Open Sans', sans-serif
      .ui-accordion-header
        font-weight: 600
        font-size: 20px
        @media screen and ($tablet)
          font-size: 16px
        outline: none !important
        &.ui-state-default
          border-color: $light-grey
          background-color: $light-grey
        &.ui-state-active
          border-color: $blue
          background-color: $blue
      .ui-widget-content
        border-color: $light-grey
        border: none
        padding: 30px
        p
          margin-bottom: 0