.BF__page.BF__page-post .BF__header-title {
    max-width: 670px;
}




@media only screen and (max-width: 769px) {

.BF__page .BF__header-title-wrapper {
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.BF__page.BF__page-post .BF__header-title {
    font-size: 48px;
}

.BF__page .BF__club-content-title {
    max-width: 100%;
    padding: 0 20px;
}

}
@media only screen and (max-width: 600px) {

.BF__page.BF__page-post .BF__header-title {
   font-size: 26px;
}
.BF__page .BF__club-content-title {
    font-size: 18px;
}
}
@media only screen and (max-width: 500px) {

.BF__page.BF__page-post .BF__header-title span {
  display: block;
}
}


