.area-hero {
  background-image: url("../efforts/img/hero.jpg");
}

.area-intro {
  margin-top: -6px;
}

.bg-secondary, .bg-white {
  padding-top: 20px;
  padding-bottom: 20px;
}

.title-efforts.color-1 {
  color: #FF4C4C;
}

.title-efforts.color-2 {
  color: #85B200;
}

.title-efforts.color-3 {
  color: #FF9326;
}

.bg-secondary {
  background-color: #F0F0E1;
}

@media print, screen and (min-width: 741px) {

  .area-intro {
    margin-top: -24px;
    margin-bottom: 12px;
  }

  .bg-secondary, .bg-white {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .row-efforts.points {
    margin-bottom: 24px;
  }

  .row-efforts.points .col-symbol {
    width: 232px;
  }

  .row-efforts.points .col-points {
    width: 639px;
    padding-top: 30px;
    float: right;
  }

  .title-efforts {
    font-size: 26px;
  }

  .cols.offset-2 {
    margin-left: 14.166%;
  }
}

@media only screen and (max-width: 740px) {

  .row-efforts.points .col-symbol {
    width: 180px;
    margin: auto;
    margin-bottom: 12px;
  }

  .row-efforts.points .col-points {
    margin-bottom: 48px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .title-efforts {
    font-size: 18px;
  }

  .title-efforts {
    text-align: center;
  }
}

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