        .search-product-lottie{
            text-align: center;
            height: 100%;
            display: flex;
            flex-direction: column;            
            justify-content: flex-start;
            margin: 0;
            padding: 50px 0;
        }

        .search-product-lottie h3{
            font-size: 16px;
            font-weight: 500;
            color: #151515;
            line-height: 1.5;
            font-family: 'Poppins', sans-serif;
            margin: 0;
            margin-top: 10px;

        }

        .search-product-img{
            height: 90px;
            max-height: 100%;
        }

        @media(max-width:767px){
            .search-product-lottie{
               min-height: 200px;
            }
        }

        @media(max-width:575px){
            .search-product-lottie h3{
                font-size: 14px;
            }

            .search-product-img{
                height: 70px;
            }
        }