
.ismobile {
    display: none !important;
}

.hero-content {
    background-image: url('../images/banner.png');  
}

.aboutusdetails {
    padding: 0px 50px;
}

@media (max-width: 1024px) {
    .imgmobile {
        height: 30vh !important;
    }
    .imgmobile>div {
        height: 100%;
    }
    .hero-content {
        background-size: unset !important;
    }
    .ismobile {
        display: block !important;
    }
    .csoon {
        font-size: 13px;
    }

    .aboutusdetails {
        padding: 0px;
    }
    
  }

  @media (max-width: 768px) {
    .hero-content {
        background-image: url('../images/banner-mobile.png');  
        min-height: 30vh !important;
    }

    .aboutus {
        padding-top: 0px;
        top: -10px;
    }
  }