/* _COLORS */
@import url(../fonts/PTSans_stylesheet.css);
@import url(../fonts/Acrom_stylesheet.css);
@import url(../fonts/Corbel_stylesheet.css);
@import url(../fonts/Sentury-gothic_stylesheet.css);
@import url(../fonts/Roboto_stylesheet.css);
/* _COLORS */
.title {
  color: #344446;
  font-family: "Avenir LT Std", sans-serif;
  font-weight: bold;
}

.content-page {
  margin-top: 74px;
}

.file-item {
  display: flex;
  padding-bottom: 85px;
  align-items: flex-start;
}
.file-item .content {
  flex-direction: column;
  padding-left: 25px;
  flex: 1 1 100%;
}
.file-item .content label {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #344446;
}
.file-item .content a {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #29CF96;
}

@media (max-width: 1024px) {
  .title {
    font-weight: 750;
    font-size: 18px;
    line-height: 22px;
  }
}

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