.about {
  width: 100%;
  padding: 70px 0;
}

.about .about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.about .about-content .about-content--left {
  width: 70%;
}

.about .about-content .about-content--left .about-content--left---infos {
  margin-top: 50px;
  padding: 0 180px 0 0;
}
.about .about-content .about-content--left .about-content--left---infos span {
  width: 100%;
  display: block;
  margin-top: 35px;
}
.about .about-content .about-content--left .about-content--left---infos span p {
  margin-top: 7px;
  font-weight: 200;
  line-height: 24px;
}

.about .about-content .about-content--right {
  width: 30%;
}
/*# sourceMappingURL=about.css.map */
