.Benefits-container {
    position: relative;
}


#top {
    top: -7%;
    left: 50%;
    z-index: -1;
}

#low {
    top: 31%;
    left: 50%;
}

#HealthCare {
    position: relative;
}



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

    #HealthCare {
        top: 10%;
    }

    .back-ground-logo {
        display: none;
    }

    #top {
        top: -10%;
        left: 30%;
        z-index: -1;
    }

    #low {
        top: 11%;
        left: 30%;
    }

}