body, html {
    overflow-x : clip !important;
}

.BF__page  .BF__clock li::after {
    font-size: .4em;
}

.arrow-down-bold-icon {
    color: #fff !important;
}

.BF__page .link-label-js {
    color : #fff !important;
}

.BF__page .BF__newsletter-content a {
    color : #fff !important;
}
.BF__page .BF__newsletter-content a:hover {
    color: #b40024 !important; 
}



/* desktop */
@media (min-width: 1113px) {
    #dp-faq-FAQ-1755848571822-q2 {
        font-size: 13.8px !important;
    }
}
/* Mobile */
@media (max-width: 480px) {
    .BF__page  .BF__clock li::after {
        font-size: .3em;
    }

    .BF__page .BF__categories-title {
        max-width: 320px;
        font-size: 24px;
    }

    /* post */
    .BF__page.BF__page-post .BF__header-title {
        font-size: 30px;
    }
}
/* 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__clock li::after {
        font-size: .3em;
    }
}
/* 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) {
}