.white-award #section-awards .section-award {
  background: transparent;
}

#section-awards .section-award {
  background: #f2f4fb;
  text-align: center;
  padding: 8rem 0;
  position: relative;
}

@media (max-width: 575px) {
  #section-awards .section-award {
    padding: 6rem 0;
  }
}

#section-awards .section-award .award-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 575px) {
  #section-awards .section-award .award-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#section-awards .section-award__title {
  padding-bottom: 2.4rem;
  margin: 0;
  font-weight: 300;
  font-size: 4rem;
  line-height: 1.2;
  color: #000;
}

#section-awards .section-award__text {
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 300;
  color: #000;
}

#section-awards .section-award__list {
  list-style: none;
  margin: 10rem 0 0 0;
  padding: 0 0 3.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 576px) and (max-width: 991px) {
  #section-awards .section-award__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 575px) {
  #section-awards .section-award__list {
    margin-top: 5rem;
    padding-bottom: 0;
  }
}

#section-awards .section-award__list--item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

@media (min-width: 576px) and (max-width: 991px) {
  #section-awards .section-award__list--item {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
  }
  #section-awards .section-award__list--item:last-child {
    margin-top: 4rem;
  }
}

@media (max-width: 575px) {
  #section-awards .section-award__list--item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 5rem;
  }
}

#section-awards .section-award__list--top {
  position: relative;
  display: inline-block;
  width: 18rem;
  padding-bottom: 3rem;
}

#section-awards .section-award__list--top:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 17px;
  width: 37px;
  height: 98px;
  background: url(images/icon-award-left.png) 0 0 no-repeat;
}

#section-awards .section-award__list--top:after {
  content: '';
  position: absolute;
  top: 12px;
  right: 14px;
  width: 37px;
  height: 98px;
  background: url(images/icon-award-right.png) 0 0 no-repeat;
}

#section-awards .section-award__list--icon {
  height: 8rem;
}

#section-awards .section-award__list--icon svg,
#section-awards .section-award__list--icon img {
  max-width: 100%;
  height: 100%;
}

#section-awards .section-award__list--year {
  color: #697d8c;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.33;
  margin-top: 9px;
}

#section-awards .section-award__list--title {
  color: #000;
  font-size: 2.2rem;
  line-height: 1.27;
  font-weight: 400;
  margin: 0;
  padding: 0 0 4px;
}

#section-awards .section-award__list--magazine {
  color: #697d8c;
  font-size: 1.8rem;
  line-height: 1.33;
  font-weight: 400;
  margin: 0;
}

#section-awards .section-award .button__holder {
  text-align: center;
}

#section-awards .section-award .button__holder .button {
  font-size: 2.2rem;
  line-height: 1.18;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background .5s linear;
  transition: background .5s linear;
  max-width: 38rem;
  width: 100%;
  padding: 17px 2rem 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#section-awards .section-award .button__holder .button--green {
  background: #98c838;
  background: -webkit-gradient(linear, left top, right top, from(#7fba2f), color-stop(50%, #98c838), to(#7fba2f));
  background: linear-gradient(to right, #7fba2f 0%, #98c838 50%, #7fba2f 100%);
}

#section-awards .section-award .button__holder .button--green:hover {
  background: -webkit-gradient(linear, left top, right top, from(#98c838), to(#98c838));
  background: linear-gradient(to right, #98c838 0%, #98c838 100%);
}

#section-awards .section-award .button__holder .margin-top__button {
  margin-bottom: -18rem;
}

@media (max-width: 575px) {
  #section-awards .section-award .button__holder .margin-top__button {
    margin-bottom: 0;
  }
}

#section-awards .section-award__no-title .section-award__list {
  margin: 0;
}
/*# sourceMappingURL=awards.css.map */