.BF__page .BF__header-text {
    line-height: 1.4em;
}

@media (min-width: 768px){
    .BF__page .BF__header {
        height: 350px;
    }

    .BF__page.BF__page-post .BF__header {
        height: 420px;
    }

    .BF__cyber-monday .BF__header-text {
        max-width: 1050px;
    }
    .BF__cyber-monday .BF__header-text {
        max-width: 1237px;
    }
    .BF__page .BF__bloc-club {
        padding-top: 91px;
        padding-bottom: 85px;
    }

    .BF__early-access .BF__bloc-club,
    .BF__black-friday-full .BF__bloc-club,
    .BF__cyber-monday .BF__bloc-club {
        padding-top: 0px;
    }

    .BF__early-access .BF__header-text {
        max-width: 1200px;
    }
    
    .BF__page-post .BF__bloc.BF__bloc-club {
        padding-top: 90px;
        padding-bottom: 120px;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .BF__page .BF__header {
        height: 21pc;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .BF__page .BF__header {
        height: 24pc;
    }

    .BF__page    .BF__club-title {
        width: 90%;
        margin: 0 auto;
    }

    .BF__early-access .BF__header-text {
        width: 96%;
    }

    .BF__page.BF__page-post .BF__header {
        height: 440px;
    }
}

@media (max-width: 761px) {

}

.BF__page .BF__header-text span {
    font-size: 30px;
}

.BF__early-access .BF__header-text span {
    font-size: 36px;
}

/*iPhone 11, 12, 13, 13 Min, and 13 Pro Max*/
@media (max-width: 480px) {
    .BF__page .BF__header-text {
        line-height: 1.6em;
    }

    .BF__page .BF__header-text span {
        font-size: 24px;
    }

    .BF__page .BF__club-title {
        max-width: 325px;
    }

    .BF__page .BF__bloc-club .BF__decor[data-item="3"] {
        right: 31px;
    }

    .BF__page .BF__bloc-club .BF__decor[data-item="5"] {
        right: 44px;
    }

    .BF__faq-item[data-faq="4"][data-open="0"] {
        height: 86px !important;
    }

    .BF__early-access .BF__header-text span {
        font-size: 30px;
    }

    .BF__page.BF__page-post .BF__header-title-wrapper {
        max-width: 360px;
    }

    .BF__page.BF__page-post .BF__header-title {
        font-size: 43px;
    }
    .BF__page .BF__bloc-club .BF__decor[data-item="2"] {
        top: 50px;
    }
}