.idd-section {
  padding: 56px 0;
}

.idd-section-alt {
  background: #f7f7f7;
}

.idd-section h1,
.idd-section h2,
.idd-section h3 {
  color: #1a1a1a;
}

.idd-section .lead {
  font-size: 20px;
  margin-bottom: 18px;
}

.idd-section p,
.idd-section li {
  font-size: 17px;
  line-height: 1.6;
}

.idd-cta-row {
  margin-top: 28px;
}

.idd-cta-row .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

.idd-btn {
  background-color: #6f89a9;
  border: 1px solid #6f89a9;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 14px;
  padding: 12px 20px;
}

.idd-btn:hover,
.idd-btn:focus {
  background-color: #5f7997;
  border-color: #5f7997;
  color: #fff;
}

.idd-cards h3 {
  font-size: 24px;
  margin-top: 20px;
}

#faq details {
  margin-bottom: 12px;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
}

#faq summary {
  cursor: pointer;
  font-weight: 600;
}

#faq details p {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .idd-section {
    padding: 40px 0;
  }

  .idd-section .lead {
    font-size: 18px;
  }
}
