.BF__page .BF__header-title {
    background: url(./images/title_2024.jpg) center top repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (orientation : portrait){
    .BF__page .BF__bloc-faq .BF__decor[data-item="2"] {
        width: 180px !important;
        top: 91px;
        left: -50px;
    }
}

/*iPhone 11, 12, 13, 13 Min, and 13 Pro Max*/
@media (max-width: 480px){
    .BF__page .BF__bloc-faq .BF__decor[data-item="2"] {
        left: -80px;
    }
}