@media only screen and (max-width:800px) {
    .navbar-brand img{
        width: 200px;
    }
    .nav-item{
        margin-left: 0px !important;
    }
    .banner {
        padding-top: 150px;
        padding-bottom: 150px;
        background-position: center;
    }
    .banner h3 {
        font-size: 50px;
    }
    .banner h3 br{
        display: none;
    }
    .mobile-space-top{
        margin-top:30px;
    }
    .product-categories {
        background-size: contain;
    }
    .philopsy-image {
        padding-right: 0px;
    }
    .form-section {
        padding: 30px;
    }
    .get-in-touch-form{
        padding-right: 0px;
        border-right: none !important;
    }
    .touch-content{
        padding-left: 0px;
        margin-top:30px;
    }
    .copyright{
        text-align: center;
    }
    .copyright p{
        text-align: center !important;
    }
    .productcard{
        margin-bottom: 30px;
    }
    .products-showcase .mt-5{
        margin-top:0px !important;
    }
    .products-inner-page{
        margin-left: 0px;
        margin-right: 0px;
    }
    .products-inner-page h3{
        font-size: var(--h2);
    }
    .products-category h2 a {
      font-size: 28px;
    }
}