.home_nursing_banner {
    background: url(/assets/img/hero/home-nurs.jpg);
    background-position: center center;
    background-size: cover;
    height: auto;
}
.new-content {
    width: 100%;
    float: left;
    padding-top: 12%;
    padding-bottom: 12%;
}
.list_dsgn {
    width: 100%;
    float: left;
    padding-left: 20px;
}
.serv_bnr img {
    width: 100%;
    object-fit: cover;
    margin-top: 20px;
}
.home_nurs_serv{
    width: 100%;
    float: left;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.home_nurs_serv img {
    width: 32%;
}

.trusted_old_banner {
    background: url(/assets/img/hero/old-age-care-taker.jpg);
    background-position: center center;
    background-size: cover;
    height: auto;
}

.care_taker {
    background: url(/assets/img/hero/caretaker.jpg);
    background-position: center center;
    background-size: cover;
    height: auto;
    
}
.unoder_list ul {
    padding-left: 20px;
}
