.sffaq-hero-section {
    background-color: #ffffff;
    padding: 100px 0px 30px;
}
.sffaq-hero-section.bg-gray {
  background: #F7F8FD;
}

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

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

.sffaq-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;
}
.sffaq-hero-title {
    font-size: 38px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 6px 0;
    line-height: 54px;
}

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

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