/*Here is only for vn language */
body,
.wc2022-freebet .textBanner h3 {
    font-family: 'Tahoma';
}

.sectionTitle,
.contestPrizes table tr th,
.contestPrizes table tr td:nth-child(1),
.contestPrizes table tr td:nth-child(3) {
    font-weight: bold;
}

.fifa-qatar2022-prediction .mainBanner .imageBanner div:nth-child(2) p {
    line-height: 1.2;
}

.fifa-qatar2022-prediction .team-col .team-icons,
.fifa-qatar2022-prediction .team-icons span[data-team-name] {
    text-transform: uppercase;
}

.fifaqatarprediction-pm .group-title span {
    font-weight: bold;
}

.wc2022-freebet .stepBox p {
    width: 70%;
    height: 90px;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -40px !important;
}

@media screen and (max-width: 320px) {
    .wc2022-freebet .stepBox p {
        height: 130px;
    }
}

@media screen and (min-width: 991px) {
    .wc2022-freebet .stepBox p {
        width: 100%;
        margin-top: -30px !important;
    }
}

@media screen and (min-width: 1200px) {
    .wc2022-freebet .stepBox p {
        width: 90%;
    }
}

@media screen and (min-width: 1366px) {
    .wc2022-freebet .stepBox p {
        width: 100%;
    }
}

@media screen and (min-width: 1920px) {
    .wc2022-freebet .stepBox p {
        width: 80%;
        height: 110px;
    }
}