

.c-headline-lv3{
  background: #8567AF!important;
}
.documentsFront {
  text-align: center;
  padding-bottom: 3rem;
}

.documentsFront__copy {
  font-family: "Rounded-Mplus-1p-bold";
  font-weight: bold;
  line-height: 1.89473684;
  font-size: 1.9rem;
  margin-top: 2rem;
}

.documentsIntroduction__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 3rem;
}

.documentsIntroduction__photo {
  -webkit-box-ordinal-group: 3;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 35rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 40%;
}

.documentsIntroduction__photo img {
  width: 100%;
}

.documentsIntroduction__desc {
  padding-right: 3rem;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.documentsIntroduction__desc h5 {
  font-family: "Rounded-Mplus-1p-bold";
  font-weight: bold;
  color: #DA3344;
  font-size: 100%;
  margin-top: 2em;
  margin-bottom: 1rem;
}

.documentsIntroduction__content {
  padding-bottom: 2rem;
}

.documentsIntroduction__content a{
  color: #DA3344;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .documentsFront {
    padding-bottom: 2rem;
  }
  .documentsFront__copy {
    line-height: 1.75;
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
  .documentsIntroduction__inner {
    display: block;
  }
  .documentsIntroduction__photo {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .documentsIntroduction__desc {
    padding-right: 0;
  }
  .documentsIntroduction__desc h5 {
    margin-bottom: 0.5rem;
  }
  .documentsIntroduction__content {
    padding-bottom: 0rem;
  }
}
