@media (max-width: 768px) {
    .hero h1 {
        font-size: 40px !important;
    }

    .hero {
        height: 300px !important;
    }

    .product-item img {
        width: 80px !important;
        height: 80px !important;
    }

    .product-item p {
        font-size: 12px !important;
    }
    .product-item .lb-esg-grey span {
        font-size: 11px !important;
    }
    h1 .lb-esg span{
    font-size: 26px!important;
}

    .about-team .h-100 {
        height: auto !important;
    }

    .drop-login {
        min-width: 100%
    }

}


@media (max-width: 576px) {
    .hero {
        height: 200px !important;
    }
}