body.lang-en .content_titleLayout span {
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
}

body.lang-en .content_titleLayout {
    width: 520px;
    height: 70px;
    padding: 5px 100px;

    top: 23px;
    left: 50%;
    transform: translateX(-50%);
}


body.lang-en .btn.secondary span {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 16px;
    letter-spacing: 0px;
    text-shadow: 2px 2px 0 #a9670f, -2px 2px 0 #a9670f, 2px -2px 0 #a9670f, -2px -2px 0 #a9670f, 2px 0 0 #a9670f, -2px 0 0 #a9670f, 0 2px 0 #a9670f, 0 -2px 0 #a9670f;
    font-family: "FCVision";
}

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

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

/* ≤ 768px (md และต่ำกว่า) */
@media (max-width: 767.98px) {
    body.lang-en .content_titleLayout {
        width: 390px;
        height: 52px;
        padding: 5px 100px;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
    }
}

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