.faq__holder {
    padding: 50px 0;
}

body .faq__holder:nth-of-type(1) {
    padding: 0 0 50px 0!important;
}

.faq__banner-bg {
    background: url('/wp-content/themes/girllondon/assets/img/new/faq-2.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 1520px;
    margin: 0px auto;
    border-radius: 50px;
    padding-bottom: 50px;
}

.faq-banner__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.faq-banner {
    padding: 20px;
    max-width: 1520px;
    width: 100%;
    height: 350px;
    border-radius: 50px;
    background: #d9d9d9;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.faq-banner__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 54px;
    line-height: 154%;
    text-align: center;
    color: var(--white);
}

.faq__banner-1 {
    background: url('/wp-content/themes/girllondon/assets/img/new/faq_1-banner.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.faq__banner-2 {
    background: url('/wp-content/themes/girllondon/assets/img/new/faq_2-banner.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.faq__banner-3 {
    background: url('/wp-content/themes/girllondon/assets/img/new/faq_3-banner.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* .faq__banner-bg {

} */

.faq__banner-bg .question {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 34px;
    line-height: 156%;
    color: var(--white);
}

.faq__banner-bg .answers {
    background: var(--white);
}

.faq__banner-bg .answer {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 17px;
    line-height: 200%;
    color: var(--black);
}
.faq__banner-bg .question.action_red{
    color: #f00;
}

/* Faq  */

.faq{
    max-width: 1290px;
    margin: 50px auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.questions{
    width: 459px;
    font-size: 34px;
    font-weight: 400;
    line-height: 53px;
    color: #2b2b2b;
}
.question{
    margin-bottom: 50px;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}
.question:hover {
    color: #f00;
}
.action_red{
    color: #f00;
}
.question:last-child{
    margin-bottom: 0;
}
.answers{
    width: 740px;
    height: 680px;
    font-size: 17px;
    font-weight: 500;
    line-height: 34px;
    color: #fff;
    background: #2b2b2b;
    border-radius: 30px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.answer{
    display: none;
    font-family: "Montserrat", sans-serif;
}
.answer:first-child{
    display: block;
}

.faq_block_mob {
    display: none;
}

.faq__banner-bg .faq_block_mob .faq_item {
    background: var(--white);
}

.faq__banner-bg .faq_block_mob .question {
    color: var(--black);
}

.faq__banner-bg .faq_block_mob .question.action_red {
    color: var(--red)!important;
}

@media (max-width: 1520px) {
    .faq__banner-1 {
        background: url('/wp-content/themes/girllondon/assets/img/new/faq_1-banner-1024.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .faq-banner {
        border-radius: 0;
    }
    .faq-banner__text {
        font-size: 44px;
        line-height: 166%;
    }


    .faq__banner-bg {
        border-radius: 0;
    }
    .faq__banner-2 {
        background: url('/wp-content/themes/girllondon/assets/img/new/faq_2-banner-1024.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .faq__banner-3 {
        background: url('/wp-content/themes/girllondon/assets/img/new/faq_3-banner-1024.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .faq_block {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1024px) {

    .wrapper {
        max-width: 984px;
        margin: 0 auto;
    }
    .answers {
        width: 534px;
        height: 521px;
        padding: 30px;
    }
}

@media screen and (max-width: 980px) {

    .answers {
        height: 660px;
    }
    .questions{
        width: 50%;
    }

    .faq-banner__text {
        font-size: 38px;
        line-height: 166%;
    }
    
    .faq__holder {
        padding: 25px 0;
    }

}

@media (max-width:768px) {
    .faq {
        column-gap: 10px;
    }
    .question, .faq__banner-bg .question {
        font-size: 28px;
        line-height: 154%;
    }
}

@media screen and (max-width: 580px) {

    .wrapper {
        max-width: 290px;
    }
    .answers {
        height: 660px;
    }
    .questions{
        width: 50%;
    }

    .faq_block_mob{
        display: block;
    }
    .faq_block{
        display: none;
    }

    .question{
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 28px;
        color: #fff;
        width: 225px;
        line-height: 28px;
    }
    .faq_item:last-child{
        margin-bottom: 0px;
    }
    .faq_item{
        background: #2b2b2b;
        padding: 15px;
        border-radius: 14px;
        position: relative;
        margin-bottom: 10px;
    }
    .red_plus{
        width: 24px;
        height: 24px;
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .white_minus{
        display: none;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .answer{
        font-size: 14px;
        font-weight: 24;color: #fff;
        font-weight: 500;
    }

    .faq__banner-1 {
        background: url('/wp-content/themes/girllondon/assets/img/new/faq_1-banner-320.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .faq__banner-2 {
        background: url('/wp-content/themes/girllondon/assets/img/new/faq_2-banner-320.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .faq__banner-3 {
        background: url('/wp-content/themes/girllondon/assets/img/new/faq_3-banner-320.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .faq__holder {
        padding: 15px 0;
    }
    .faq_block_mob {
        padding: 15px;
    }
    .faq__banner-bg {
        padding-bottom: 0;
    }
    .question, .faq__banner-bg .question {
        font-size: 16px;
        line-height:100%;
    }
    .faq-banner__text {
        font-size: 24px;
        line-height: 100%;
    }
}