.community .pageHeader {
    border-bottom: 10px solid #e6e7e8;
}

  .community .pageHeader .hero-image {
      height: 263px;
      padding: 60px 25px;
  }

    .community .pageHeader .hero-image h1 {
      font-size: 29px;
      padding: 5px 13px;
      width: 205px;
      margin-left: 0;
    }

    .community .pageHeader .hero-image h1:last-of-type {
      width: 130px;
      margin-top: 10px;
    }

    .community .pageHeader .hero-image h2 {
      font-size: 28px;
      margin-top: 15px;
    }

  .community .horizontal-scroller {
    display: none;
  }

  .community .penta-group-wrapper .content {
    width: 85%;
    padding: 60px 0;
  }

    .community .penta-group-wrapper .content > img {
      width: 95%;
    }

    .community .penta-group-wrapper .quote {
      width: 100%;
      margin-left: 0;
      margin-top: 30px;
    }

    .community .penta-group-wrapper .content h3 {
      font-size: 42px;
      line-height: 26px;
      width: 200px;
      margin: 0 auto;
      margin-bottom: 25px;
    }

    .community .penta-group-wrapper .content p {
      font-size: 14px;
      margin: 0 auto;
      margin-bottom: 15px;
      width: 200px;
    }

    .community .penta-group-wrapper .content .about-button {
      width: 70px;
      margin: 0 auto;
      margin-top: 30px;
      padding: 20px;
      font-size: 14px;
    }

      .community .penta-group-wrapper .content h3 .small {
        font-size: 26px;
        line-height: 38px;
      }

      .community .penta-group-wrapper .content h3 .small:nth-of-type(1) {
        margin-left: 33px;
        line-height: 4px;
      }

      .community .penta-group-wrapper .content .more-indent {
        margin-left: 45px;
        margin-top: 10px;
      }

.community .contributions-wrapper {
  padding: 80px 0 60px 0;
}

    .community .contributions-wrapper h2 {
      text-align: center;
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 30px;
    }

    .community .contributions-wrapper .contributions {
      width: 85%;
    }

    .community .contributions-wrapper .contribution {
      width: 100%;
      margin-bottom: 60px;
    }

    .community .contributions-wrapper .contribution:nth-of-type(2) {
        margin: 0;
        margin-bottom: 60px;
    }

      .community .contributions-wrapper .contribution img {
        width: 95%;
        margin-bottom: 25px;
      }

      .community .contributions-wrapper .contribution h3 {
        font-size: 26px;
        line-height: 26px;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
      }

      .community .contributions-wrapper .contribution:nth-of-type(2) h3, .community .contributions-wrapper .contribution:nth-of-type(2) p {
          width: 100%;
      }

      .community .contributions-wrapper .contribution p {
        font-size: 14px;
        width: 100%;
      }
