.content-slider-container .content-box {
    background: #fff;
    border-radius: 8px;
    padding: 50px 30px;
    min-height: 200px;
    max-width: 1140px;
    margin: 0 auto;
    border: 1px solid #969BA2;
}

.content-slider-container .swiper-slide {
    width: 1140px;
    max-width: 100%;
}
.content-slider-container .content-box h3 {
    /* font-family: "source-han-sans-cjk-sc", sans-serif; */
    /* font-family: "source-han-sans-simplified-c", sans-serif; */
    font-family: "Noto Sans SC", sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 30px;
    width: 100%;
}
.content-slider-container .slider__pagination {
    text-align: center;
    margin: 30px 0;
}
.content-slider-container .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    border: 1px solid #24272B;
    background: transparent;
    opacity: 1;
}

.content-slider-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0064C8;
    border-color: #0064C8;
}

@media screen and (min-width: 1000px) {    
    
    .content-slider-container .content-box h3 {
        font-size: 32px;
        line-height: 45px;
        font-weight: 400;
        margin-bottom: 50px;
        width: 100%;
    }    
    .content-slider-container .content-box {
        padding: 60px;
        min-height: 400px;
    }
}

/** Swiper Post Styles **/

div[data-slider-type="post_slides"] .content-box {
    border: none !important;
}

.swiper-post-element .content-box {
    padding: 0px;
    min-height: auto !important;
    height: 100%;
}

.content-box-post {
    align-items: start;
    flex-direction: column;
}

.content-slider-container .swiper-post-element {
    width: 300px !important;
    height: auto;
    margin-right: 15px !important;
    margin-left: 15px !important;
}

.content-slider-container .swiper-post-element .post-thumbnail img {
    height: 210px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: transform .2s; 
    object-fit: cover;
}

.content-slider-container .swiper-post-element .post-thumbnail img:hover {
    transform: scale(1.1);
}

.content-slider-container .swiper-post-element .post-thumbnail {
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.content-slider-container .swiper-post-element .post-content h3 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
    min-height: 50px;
    color: #0064C8;
    font-weight: 900 !important;
    margin-bottom: 0px !important;
    /* font-family: "source-han-sans-cjk-sc", sans-serif; */
    /* font-family: "source-han-sans-simplified-c", sans-serif; */
    font-family: "Noto Sans SC", sans-serif;
}

.content-slider-container .swiper-post-element .post-excerpt {
    font-size: 14px;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 250px;
}


.content-slider-container .swiper-post-element .post-content {
    width: 100%;
    padding: 10px 25px 50px 25px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media only screen and (max-width: 640px) {
    .content-slider-container .swiper-post-element {
        /* width: 300px !important; */
        width: 100% !important;
        margin-right: 50px !important;
        margin-left: 0px !important;
        padding: 0px 20px;
    }
}


/** Slider Whitepaper **/

.white-paper-container {
    justify-content: space-between;
    flex-direction: row;
    gap: 30px;
    padding: 50px !important;
}

.white-paper-container .whitepaper_image img {
    width: 400px;
    height: auto;
}

.white-paper-container .white-paper-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

.white-paper-container .white-paper-btn {
    background: #0064C8;
    color: #fff;
    width: 190px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 30px;
    text-align: center;
    transition: all 0.2s ease;
}

.white-paper-container .white-paper-btn:hover {
    background: #FF9B37;
}

.white-paper-container .white-paper-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.white-paper-container .white-paper-title {
    margin-bottom: 0px !important;
    font-weight: 900 !important;
    font-size: 22px !important;
    line-height: 28.13px !important;
    color: #0064C8;
}

@media only screen and (max-width: 900px) {
    .white-paper-container .whitepaper_image img {
        width: 200px;
    }

    .white-paper-container {
        padding: 40px 30px !important;
    }
}

@media only screen and (max-width: 768px) {
    .white-paper-container {
        justify-content: space-between;
        flex-direction: column;
    }

    .white-paper-container .white-paper-details {
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .white-paper-container .white-paper-text {
        font-size: 16px;
    }

    .white-paper-container .white-paper-title {
        font-size: 22px !important;
    }

    .white-paper-container .white-paper-btn {
        width: auto;
        font-size: 14px;
        padding: 15px 30px;
    }
}


@media only screen and (max-width: 540px) {

    .white-paper-container .white-paper-text {
        font-size: 14px;
        line-height: 22px;
    }

    .white-paper-container .white-paper-title {
        font-size: 18px !important;
    }
}
