@media (max-width:480px){
    .ProCategoriesTitle span{
        width: unset;
    }
    .ProCategoriesTitle > .elementor-widget-container:before{
        content: unset;
    }
    .HomeBannerImg{
        width: 75% !important;
        height: 200px !important;
        margin-right: 20px !important;
      }
      .HomeBannerImg img{
        height: 200px !important;
      }
      .HomeBannerSlider .flickity-prev-next-button.next {
        right: 4%;
    }
    .HomeBannerSlider .flickity-prev-next-button.previous {
        left: 4%;
    }
    .HomeBannerSlider .flickity-prev-next-button {
        width: 25px;
        height: 25px;
        padding: 6px;
    }
    .WelcomeText{
        text-align: justify !important;
        text-align-last: center;
    }
    .social-link{font-size: 14px;}
    .HowToReach h2,
    .social-media-section h3,
    .SendUsMsg h4{
        font-size: 25px;
    }
    .PagesPresets h2{
        font-size: 20px;
    }
    .CenterLize{
        text-align: justify;
        text-align-last: center;
    }
    .PageTitle h1 {
        font-size: 27px !important;
    }
}

@media (min-width:769px){
    h2.woocommerce-loop-product__title {
    min-height: 42px;
    }
    .product-loop-image {
        width: 100%;
    }
}