@media only screen and (max-width: 768px) {
    .content-section-slide-1 .right-side-section.only-in-mobile {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .content-section-slide-1 .left-side-section.display-table.only-in-mobile {
        position: absolute;
        top: 150px;
    }

    .padding-top-150 {
        padding-top: 150px !important;
    }
.padd-150-desktop {
    padding-top: 0px;
}





}