
@media screen and (max-width: 1024px) {
    .d_top_space {
        border-top: 0;
        padding-top: 0;
    }
    .d_bot_space {
        padding-bottom: 0;
    }
}
.slide-container2 {
    max-width: 1425px;
    width: 100%;
    padding: 0px 0;
}
.slide-content2 {
    margin: 0 0px;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    height: 470px;
}
.card2 {
    background-color: #fff0;
}
.image-content2,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.image-content2 {
    position: relative;
}
.card-image2 {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 0px;
    background: #fff0;
}
.card-image2 .card-img2 {
    display: block;
    margin: auto;
    border-radius: 10px;
    border: 0;
    width: 100%;
    max-height: 470px;
    height:  auto;
}
.swiper-navBtn2 {
    color: #6E93f7;
    transition: color 0.3s ease;
}
.swiper-navBtn2:hover {
    color: #fce650 !important;
}
.swiper-navBtn2::before,
.swiper-navBtn2::after {
    font-size: 35px;
}
.swiper-button-next2 {
    right: 0;
}
.swiper-button-prev2 {
    left: 0;
}
.swiper-pagination-bullet {
    background-color: #6E93f7;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: #fce650 !important;
}

.dy_static_content_wrp.fl.fw{
    padding-top: 25px;
}
@media screen and (max-width: 768px) {
    .slide-content2 {
        margin: 0 2px;
        height: 146px!important;
    }
    .swiper-navBtn2 {
        display: none!important;
    }
    .card-img2 {
        min-height: 100%!important;
        width: 100%;
        border-radius: 10px;
        border: 0;
    }
    
    .dy_static_content_wrp.fl.fw {
        padding: 15px 6px 0px 5px!important;
    }
    
    .dy_lk_hide.ck-clicker{
        height: 100%!important;
    }
    
    .image-content2{
        height: 100%;
    }
}


@media only screen and (min-width: 769px) and (max-width: 949px) {
    .slide-content2 {
        margin: 0 2px;
        height: fit-content!important;
    }
    .slide-container2{
        max-width: 682px;
    }
    .card-img2 {
        height: auto!important;
        width: 100%;
        border-radius: 10px;
        border: 0;
    }
    
    .dy_static_content_wrp.fl.fw {
        padding-top: 204px!important;
    }
}