div#AboutPage {
  margin-bottom: 70px; }
  div#AboutPage h3 {
    font-family: 'FrankieGarageBold', Arial, sans-serif; }
  div#AboutPage div.Row {
    margin-bottom: 14px;
    position: relative; }
    div#AboutPage div.Row:nth-of-type(1) div.Image {
      background-position: 0 0; }
    div#AboutPage div.Row:nth-of-type(2) div.Image {
      background-position: -104px 0; }
    div#AboutPage div.Row:nth-of-type(3) div.Image {
      background-position: -208px 0; }
    div#AboutPage div.Row:nth-of-type(4) div.Image {
      background-position: -312px 0; }
    div#AboutPage div.Row:nth-of-type(4) p {
      border-bottom: 0; }
    @media only screen and (max-width: 759px) {
      div#AboutPage div.Row:not(:first-child) {
        margin-top: 40px; }
 }
    div#AboutPage div.Row div.Image {
      float: left;
      width: 104px;
      height: 104px;
      background: url('./About/Sprite.png') no-repeat; }
      @media only screen and (max-width: 759px) {
        div#AboutPage div.Row div.Image {
          display: block;
          float: none;
          margin: auto; } }
    div#AboutPage div.Row p {
      margin: 0;
      float: right;
      padding-bottom: 36px;
      padding-top: 32px;
      border-bottom: 1px solid #cfd0d2;
      width: calc(100% - 146px); }
      @media only screen and (max-width: 759px) {
        div#AboutPage div.Row p {
          display: block;
          float: none;
          width: 100%; } }

/*# sourceMappingURL=About.css.map */