.due-diligence .due-diligence-content {
  margin-top: 140px;
  position: relative;
}

.due-diligence-content .title {
  color: var(--primary-color-2);
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 0;
}

.due-diligence-content a {
  display: flex;
  position: relative;
  top: 10px;
  font-weight: 700;
  cursor: pointer;
  justify-content: end;
}

.due-diligence-content a:hover {
  opacity: 0.8;
}

.due-diligence-content a img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.due-diligence-content .question {
  font-weight: bold;
  font-size: 16px;
}

.due-diligence-content ol {
  padding-left: 20px;
}

.due-diligence-content .legal-answer {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}

.due-diligence-header {
  display: flex;
  margin-bottom: 40px;
}

.due-diligence-title {
  margin: auto auto auto 0;
}

.download {
  cursor: pointer;
  margin: auto 0 auto auto;
}

.modal-content .due-diligence-content {
  margin-top: 10px;
  position: relative;
}

.modal-content .due-diligence-content .title {
  margin-bottom: 0;
}

.certification {
  margin-top: 60px;
}

.certification hr {
  border: 1px solid;
}

.signing-line {
  margin: 20px 0;
}
