.ldp_success_main {
    background-image: url('https://nhakhoahanquoc.com.vn/wp-content/themes/jwhanquoc/landingpage/assets/2025/File_LDP/images/img_success/success_banner_pc_1920x790px.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.ldp_success_grid ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100vh;
    align-items: center;
    justify-items: center;
    text-align: center;
    list-style: none;
}
.ldp_success_grid ul li{
    max-width: 800px;
}
.ldp_success_grid ul li img{
    width:100%;
    object-fit: cover;
}

.ldp_success_img_mobi{
    display: none;
}

@media (max-width: 1290px) {
    .ldp_success_grid ul {
        height: 80vh;
    }

    .ldp_success_grid ul li:nth-child(1) img, .ldp_success_grid ul li:nth-child(2) img {
        max-width: 560px;
    }
}

@media (min-width: 310px) and (max-width: 767px) {
    .ldp_success_grid {
        display: none;
    }
    
    .ldp_success_img_mobi{
        display: block;
        max-width: 430px;
    }
    .ldp_success_img_mobi img{
        width: 100%;
        object-fit: cover;
    }
    
}
