 .cin7faq-hero-section {
  background-color: #ffffff;
  padding: 100px 0px 30px;
}

.cin7faq-hero-section .hyk-container {
  max-width: 780px;
  margin: 0 auto;
}

.cin7faq-hero-header {
  text-align: center;
}

.cin7faq-hero-label {
  display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    margin: 0 0 6px;
    line-height: 28px;
}
.cin7faq-hero-title {
      font-size: 38px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 6px 0;
    line-height: 54px;
}

@media (max-width: 640px) {
  .cin7faq-hero-section {
    padding: 56px 20px 40px;
  }

  .cin7faq-hero-title br {
    display: none;
  }
}
