﻿
.earnReward .container {
 /*   padding-right: 5%;
    padding-left: 5%;*/
}



.earnReward_container {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #BDC3C9;
}

.earnReward_title {
    font-family: "Montserrat","Noto Sans TC",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 52px;
    text-align: center;
    color: #0D1846;
}

.earnReward_img_iphone {
    display: none;
}

.earnReward_img {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.earnReward_cont {
    font-family: "Montserrat","Noto Sans TC",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #21272A;
    padding-top: 38px;
}

@media screen and (max-width: 280px) {

    .earnReward_img_dest {
        display: none;
    }

    .earnReward_img_iphone {
        display: block;
    }

    .earnReward_img {
        width: unset;
        display: unset;
    }

    .earnReward_cont {
        padding-top: 24px;
    }
}

@media screen and (min-width: 328px) and (max-width: 959px) {

    .earnReward_img_dest {
        display: none;
    }

    .earnReward_img_iphone {
        display: block;
    }

    .earnReward_img {
        width: unset;
        display: unset;
    }

    .earnReward_cont {
        padding-top: 24px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1239px) {
    .earnReward .container {
        max-width: unset;
    }
}


@media screen and (min-width: 1240px) and (max-width: 1320px) {
    .earnReward .container {
        max-width: unset;
    }
}

@media screen and (max-width: 1321px) {

    .earnReward .container {
        max-width: unset;
    }
}
