.history {
  color: #261d9c;
  margin-bottom: 150px;
}

.history .centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.history__box {
  position: relative;
}

.history__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 0;
}

.history__image:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: calc(100% - 30px);
  height: calc(100% - 10px);
  background: #f07614;
  -webkit-transform: translate(-30px, 30px);
  transform: translate(-30px, 30px);
}

.history__text {
  width: 50%;
  padding-right: 100px;
  text-align:justify;
}

.history h1 {
  /*padding-right: 75px;*/
  margin-bottom: 30px;
  font-size: 3rem;
  line-height: 3.7rem;
  font-weight: 700;
  text-align:center;
}

.history p {
  margin-bottom: 30px;
  font-size: 1.5rem;
  line-height: 2.2rem;
  text-align:justify;
}

@media(max-width:1280px) {
  .history {
    margin-bottom: 55px;
  }

  .history h1 {
    padding-right: 0;
    margin-bottom: 20px;
    font-size: 2.3rem;
    line-height: 2.5rem;
  }

  .history__text {
    padding-right: 50px;
  }

}

@media(max-width:860px) {


  .history .centered {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .history__box {
    width: 100%;
  }

  .history__text {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .history__image {
    line-height: 0;
    padding-left: 20px;
  }

  .history__image:after {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
}

/* REVEAL

.history h1,
.history p,
.history a,
.history__image {
  position: relative;
}

.history h1:before,
.history p:before,
.history a:before,
.history__image:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transition: -webkit-transform ease-in-out;
  transition: -webkit-transform ease-in-out;
  transition: transform ease-in-out;
  transition: transform ease-in-out, -webkit-transform ease-in-out;
}

.history h1:before {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s
}

.history p:before {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s
}

.history a:before {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s
}

.history__image:before {
  -webkit-transition-duration: 1.1s;
  transition-duration: 1.1s
}

.history.animation .history__image:after {
  -webkit-transform: translate(-4%, 6%);
  transform: translate(-4%, 6%);
  -webkit-transition: -webkit-transform 2s cubic-bezier(1, 0, 0.57, 1.01);
  transition: -webkit-transform 2s cubic-bezier(1, 0, 0.57, 1.01);
  transition: transform 2s cubic-bezier(1, 0, 0.57, 1.01);
  transition: transform 2s cubic-bezier(1, 0, 0.57, 1.01), -webkit-transform 2s cubic-bezier(1, 0, 0.57, 1.01);
}

.history.animation h1:before,
.history.animation p:before,
.history.animation a:before,
.history.animation .history__image:before {
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}
*/
