.c-green {
    color: #00a94f !important;
}

.c-red {
    color: #f00 !important;
}

.c-gray {
    color: #666666 !important;
}
.show-dt {
    display: block;
}
.show-mb {
    display: none;
}

.custom-bullet {
    list-style-type: none !important; 
    text-indent: -25px;
     margin-left: 25px;
}

#title-promotion {
    margin-bottom: 16px;
}
/* promotions */
.header-promotion {
    font-size: 16px !important;
    line-height: 24px;
    color: #333333 !important;
    margin-bottom: 24px !important;
    text-align: center;
}
.header-content-promotion {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}
.header-content-promotion img {
    margin: 0 !important;
    width: 100px;
    height: 100px;
}
.header-text-content {
    font-size: 26px !important;
    line-height: 29px !important;
}
.subheader-text-content {
    font-size: 20px !important;
    line-height: 30px;
    color: #333333 !important;
}
.wapper-list-tollway {
    background: #FAFAFA;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 24px;
}
.wapper-list-tollway .header-list-tollway {
    color: #333333 !important;
    font-size: 16px !important;
    line-height: 24px;
    margin-bottom: 16px;
}
.list-tollway {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.list-tollway .list p {
    font-size: 16px;
    line-height: 24px;
    color: #333333 !important;
}
.wrapper-condition {
    display: flex;
    justify-content: center;
    /* margin-bottom: 40px; */
}
.wrapper-condition ul {
    font-size: 13px !important;
    line-height: 20px;
}
.promo-xpc.sc-faqs {
    padding-top: 40px;
}
@media screen and (max-width: 767px) {
    .show-dt {
        display: none;
    }
    .show-mb {
        display: block;
    }
    .header-promotion {
        margin-top: 32px !important;
        margin-bottom: 8px !important;
    }
    .header-content-promotion {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    .list-tollway {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .header-text-content {
        font-size: 18px !important;
        line-height: 27px !important;
    }
    .subheader-text-content {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .text-indent-mb {
        text-indent: -18px;
        margin-left: 18px !important;
    }
    .header-list-tollway {
        text-align: center;
    }
    .wapper-list-tollway {
        padding: 24px 16px;
    }
    /* .wrapper-condition {
        margin-bottom: 24px;
    } */
    .promo-xpc.sc-faqs {
        padding-top: 24px;
    }
    .wrapper-condition {
        justify-content: left;
        margin-left: 16px;
    }
}