@media (max-width: 991.98px) {
    .homeBannerContent {
        position: relative !important;
        width: 100% !important;
        border-radius: 15px !important;
        font-size: 14px;
    }

    .homeBannerContent h1 {
        font-size: 21px;
    }
    #home .col-lg-6.order-lg-1.position-relative {margin-top: -120px;}
}

@media (max-width: 575.98px) {
    .homeBannerContent h1 {
        font-size: 18px;
    }

    h2 {font-size: 17px;}
    h5 {font-size: 16px;}
    h6 {
        font-size: 14px;
    }

    .homeBannerContent p {
        font-size: 12px;
    }

    .DataListed {
        font-size: 11px;
    }

    .homeBannerContent button {
        width: 100%;
    }
    header a {
        font-size: 16px !important;
    }
    header button {
        font-size: 12px !important;
    }
    footer {
        padding-bottom: 35px;
    }
    .placement-logo {width: 145px;}

}