
.oneClick {
    position: absolute;
    bottom: 0px; /* Aligns the image to the bottom */
    right: 0px;  /* Aligns the image to the right corner */
    max-width: 195%;
    height: 350px;
}

/* --------- RESPONSIVE FOR AMBULANCE SERVICES --------- */

@media (max-width:1300px) {
    .second-banner .col-sm-3 a {
        position: relative;
        right:38px;
    }
}

@media (max-width:1054px) {
    .second-banner .col-sm-3 a {
        font-size: 16px;
    }
}
@media (max-width:992px) {
    .oneClick {
        height: 250%;
    }
    .col-sm-6 h4 {
        margin-left: -40px;
    }
    .second-banner .col-sm-3 a {
        position: relative;
        right: 70px;
        top:45px;
    }
}
@media (max-width:880px) {
    .col-sm-6 h4 {
        margin-left: 0px;
    }
    .second-banner .col-sm-3 a {
        right: 100px;
    }
}
@media (max-width:678px) {
    .second-banner .col-sm-6 h4 {
        font-size: 13px;
    }
}
@media (max-width:528px) {
    .second-banner .col-sm-6 h4 {
        font-size: 10px;
    }
    .oneClick {
        height: 230%;
    }
}
@media (max-width:438px) {
    .second-banner .col-sm-6 h4 {
        font-size: 9px;
    }
    .oneClick {
        height: 230%;
    }
}