
.ismobile {
    display: none !important;
}

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