﻿/*.Desktop.AR*/
.Desktop.AR .types {
    text-align: right;
    margin-top: 30px;
    margin-bottom: 40px;
}

    .Desktop.AR .types h1 {
        font-size: 30px;
    }

    .Desktop.AR .types td {
        font-size: 16px;
        font-weight: bolder;
    }


/*.Mobile.AR*/
.Mobile.AR .types {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 30px;
}

    .Mobile.AR .types h1 {
        font-size: 20px;
        font-weight: bold;
    }

    .Mobile.AR .types td {
        font-size: 16px;
        font-weight: bolder;
    }


/*.Desktop.EN*/
.Desktop.EN .types {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 40px;
}

    .Desktop.EN .types h1 {
        font-size: 30px;
    }

    .Desktop.EN .types td {
        font-size: 16px;
        font-weight: bolder;
    }


/*.Mobile.EN*/
.Mobile.EN .types {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 30px;
}

    .Mobile.EN .types h1 {
        font-size: 20px;
        font-weight: bold;
    }

    .Mobile.EN .types td {
        font-size: 16px;
        font-weight: bolder;
    }