/* .BF__page.BF__page-post .BF__header-title {
        font-size: 51px;
    } */
.BF__page.BF__page-post .BF__header-title {
        max-width: 717px;
}
/* mobile */
@media (max-width: 480px) {
        .BF__page.BF__page-post .BF__header-title {
                font-size: 31px;
        }
        .BF__page .BF__button {
                margin-right: 6px;
        }
}