@media(max-width: 900px)
{
    h1,
    h2,
    h3 {
        font-size: 20px !important;
    }

    h4 {
        font-size: 18px !important;
    }

    h5 {
        font-size: 16px !important;
    }

    h6 {
        font-size: 14px !important;
    }

    p , a , .mobile-nav .mobile-nav-content .nav-list li .input-group input::placeholder{
        font-size: 12px !important;
    }
    .mobile-none{
        display: none !important;
    }
    .mobile-only
    {
        display: block;
    }
    .general-section
    {
        padding: 25px 0px;
    }
    .services .custom-box .box
    {
        margin: 10px 0px;
    }
    .projects .porjects-content ,
    .testimonial .testimonial-slider .owl-stage-outer, .testimonial .testimonial-slider .owl-testimonial
    {
        margin: 0px;
        padding: 0px;
    }
    .services .image-content
    {
        height: 250px;
    }
}