.documents-section .doc {
  padding: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.documents-section .doc h2 {
  font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
  color: #31a500;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
  position: relative;
  min-height: 50px;
  padding-left: 12px;
}

.documents-section .doc h2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #31a500;
}

.documents-section .doc p {
  font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}

.documents-section .doc a {
  width: 100%;
}

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

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