

.BF__page { 
  --CLARINS-FONT: Tajawal, ClarinsRegular, Clarins !important;
  --GOTHAM-LIGHT: "Tajawal","Gotham_Light" !important;
  --GOTHAM-BOOK: "Tajawal","Gotham SSm book A", "Gotham SSm book B", "Gotham Book",Helvetica, Arial, sans-serif !important;
  --GOTHAM-MEDIUM: "Tajawal","Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",Helvetica, Arial, sans-serif !important;
}
.BF__page .dp-faq__text {
    font-family: "Tajawal","Gotham SSm book A", "Gotham SSm book B", "Gotham Book",Helvetica, Arial, sans-serif;
}
.BF__page .dp-faq__question {
    font-family: "Tajawal","Gotham SSm book A", "Gotham SSm book B", "Gotham Book",Helvetica, Arial, sans-serif;
}
.BF__page .dp-faq__answer p {
    font-family: "Tajawal","Gotham SSm book A", "Gotham SSm book B", "Gotham Book",Helvetica, Arial, sans-serif;
}
.BF__page .BF__header-text {
    width: 35% ;
}
.BF__page .BF__club-content-body {
    text-align: right;
}
.BF__page .dp-faq__question {
    text-align: right;
}
.dp-faq__answer .dp-faq__answer {
    text-align: right;
}
.BF__page .dp-faq__question::after {
    left: 0px;
    right: auto;
}
.BF__page .dp-faq__question {
    text-align: right;
    padding-right: 0;
    padding-left: 45px;
}
.BF__page .dp-faq__answer p {
    text-align: right;
}
.BF__page .BF__button {
    margin-right: 1px;
}


.BF__page .BF__clock li:first-child::before {
  background:transparent;
 }

.BF__page .BF__clock li:last-child::before {
  background: linear-gradient(180deg, #D3D3D3 0%, #555555 100%);
}

.BF__page .BF__club-content-img {
    width: 95%;
}

/* tablet landscape */
@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-text {
        width: 75%;
    }
    .BF__page .BF__club {
        max-width: 852px;
    }
    .BF__page .BF__club-content-title {
        font-size: 24px;  
    }
}
/* tablet portrait */
@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-text {
        width: 74%;
    }
    .BF__page .BF__club-content-title {
        font-size: 21px;
    }
    .BF__page .BF__club {
        max-width: 780px;
    }
    .BF__page .BF__club-content-text {
        font-size: 17px;
    }
}
/* mobile */
@media (max-width: 480px) {
    .BF__page .BF__header-text {
        width: 90%;
    }
    .BF__page .BF__header-title {
        font-size: 56px;
    }
    .BF__page .BF__club-title {
        max-width: 341px;
    }
    .BF__page .BF__club-content-body {
        text-align: center;
    }
    .BF__page .BF__club-content-title {
        max-width: 345px;
    }
    .BF__page .BF__header-title strong {
        line-height: 1.3em;
    }
}


/* POST */
.BF__page.BF__page-post .BF__header-title {
    max-width: 641px;
}