.consfaq-hero-section {
    background-color: #F7F7F7;
    padding: 100px 0 53px;
}
.consfaq-hero-section .hyk-container {
    max-width: 736px;
    margin: 0 auto;
    padding: 0 40px;
}
.consfaq-hero-header {
    text-align: center;
}
.consfaq-hero-title {
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    line-height: 45px;
}

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

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