@media (max-width: 1024px) {
    .about-oklo{
        min-height: 60vh;
    }

    .app-background{
        height: 80%;
    }

    .product-image-container{
        height: 260px;
    }

    .footer-section{
        height: 1260px;
    }

    #main-content .hero{min-height: 46vh !important;}
}