
.ngjs-faq-3{
    padding: 35px 12px;
    background: #0F172A;
    color: #ffffff;
}
.ngjs-faq-3-container{
    max-width: 1116px;
    padding: 35px 12px;
    margin: 0 auto;
}
.ngjs-faq-3-container > h2{
    min-height: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 1.3em;
    line-height: 1.3;
}
.ngjs-faq-3-item{
    padding: 35px 0;
    margin: 4px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.ngjs-faq-3-item h3{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
    min-height: 25px;
    width: 38%;
    line-height: 1.6;
}
.ngjs-faq-3-item p{
    min-height: 20px;
    color: #9EA4B3;
    font-size: 16px;
    margin-bottom: 0;
    width: 58%;
    line-height: 1.6;
}


@media (max-width: 1159px){

    .ngjs-faq-3-container > h2{
        font-size: 32px;
    }
}
@media (max-width: 767px){

    .ngjs-faq-3, .ngjs-faq-3-container{
        padding: 25px 12px;
    }
    .ngjs-faq-3-container > h2 {
        font-size: 26px;
        margin-bottom: 1em;
    }
    .ngjs-faq-3-item{
        flex-direction: column;
        padding: 30px 0;
    }
    .ngjs-faq-3-item h3{
        width: 100%;
        max-width: none;
        margin-bottom: 12px;
        line-height: 1.4;
    }
    .ngjs-faq-3-item p{
        width: 100%;
        line-height: 1.5;
        max-width: none;
    }
}
