.dnt-hero {
  margin-top: 5rem !important;
}

.dnt-second {
  display: inline-block;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 600;
  margin-top: 2rem !important;
  padding: 18px 28px;
  color: var(--secondary-blue-dark);
  background-color: var(--secondary-green);
  border: none;
  border-radius: 32px;
  cursor: pointer;
}

.quote-main {
  margin: 4rem 8rem;
}

.quote-main h4 {
  color: #1f2937;
  font-weight: 500;
  font-style: italic;
  line-height: 2rem;
}
.quote-main cite {
  color: #1f2937;
}

@media (max-width: 768px) {
  .dnt-hero {
    padding-top: 3rem !important;
  }
}
