/*.content_12_jn .slick-prev{left:25px;top:50%;z-index:1;}*/
/*.content_12_jn .slick-next{left:45%;right:initial;top:51%;z-index:1;}*/
/*.content_12_jn .slick-dots{bottom:29%;width:auto;left:calc(32% - 75px);}*/

/*.content_12_jn-inner .slick-prev{*/
/*  margin-left:0!important;*/
/*}*/
.content_12_jn-inner .slick-prev:before {
    content: url("https://info.channelnewsasia.com/brandstudio/temasek2022/images/left-black-cursor.png");
    transform: unset !important;
    border:unset!important;
    margin:0!important;
}

.content_12_jn-inner .slick-next:before {
    content: url("https://info.channelnewsasia.com/brandstudio/temasek2022/images/right-black-cursor.png");
    transform: unset !important;
    border:unset!important;
    margin: 0 !important;
}

.content_12_jn .box_flex {
    height: inherit;
}

/* Breakpoints:
    0 - 820
    821 - 1440
    1441 - onwards
*/

@media only screen and (max-width: 414px){
    .left_number_12 span{
        margin-left: 10px;
    }
    .right_text_12{
        position: relative;
        left: 5px;
    }
    .right_text_12 p {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 820px) {

    .content_12_jn .slick-next,
    .content_12_jn .slick-prev {
        transform: scale(.6);
        /*top: calc(100vw + 20px + 44px + 50px + 4px);*/
    }

    .content_12_jn .slick-dots {
        transform: scale(.8);
        bottom: 75px;
    }

    .content_12_jn .slick-next {
        right: 0px;
        left: initial;
    }

    .content_12_jn .slick-prev {
        right: initial;
        left: -9px;
    }

    .content_12_jn .source_12 {
        /*bottom: -15px;*/
        bottom: -20px;
        position: relative;
    }

    .content_12_jn .content_left_12 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 821px) and (max-width: 1440px) {
    .content_12_jn .slick-dots {
        bottom: calc(24px + 19px + 20px);
    }

    .slick-dots li {
        margin: 0 2px;
    }
    .slick-dots li:before{display:none;}

    .slick-dots li button:before {
        font-size: 10px !important;
    }

    .content_12_jn .left_number_12 span {
        /* width: inherit; */
        transform: scale(.8);
    }

    .left_number_12 span {
        height: 80px;
        width: 80px;
    }

    .content_12_jn .right_text_12 {
        width: 80%;
        padding: 0 30px;
        height: auto;
    }

    .content_12_jn .source_12 {
        bottom: 24px;
        position: absolute;
    }

    .content_12_jn .slick-next {
        left: calc(47% * 0.9);
    }

    .content_12_1 .box_flex {
        padding-bottom: 60px;
    }
}



@media only screen and (min-width: 1441px) {
    .content_12_jn .slick-dots {
        top: calc(100% - 200px - 180px + 20px);
    }

    .content_12_jn .slick-next {
        left: calc(45% * 0.8);
    }
}