body.lang-en .btn.xxl span {
    font-size: 25px;
    font-weight: 800;
    line-height: 25px;
    font-family: "FCVisionCondensed", sans-serif;
}

body.lang-en .newsDetail_coverTitleLayout span {
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    max-width: 991px;
}

body.lang-en .newsDetail_coverTitleLayout small span {
    font-size: 12px;
    line-height: 12px;
}

/* ≤ 1200px (xl และต่ำกว่า) */
@media (max-width: 1199.98px) {}

/* ≤ 992px (lg และต่ำกว่า) */
@media (max-width: 991.98px) {}

/* ≤ 768px (md และต่ำกว่า) */
@media (max-width: 767.98px) {}

/* ≤ 576px (sm และต่ำกว่า — mobile เล็กสุด) */
@media (max-width: 575.98px) {

    body.lang-en .btn.xxl span,
    body.lang-en .btn.topup span {
        font-size: 20px;
        font-weight: 800;
        line-height: 20px;
        font-family: "FCVisionCondensed", sans-serif;
    }
}