@media only screen and (max-width: 768px){
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .carousel-caption h1{
        font-size: 15px;
         font-weight: 500;
    }
    .carousel-caption p{
        font-size: 13px;
         font-weight: 500;
    }
    .carousel-caption{
        top: 8%;
    }
    .carousel-indicators{
        display: none;
    }
    .zigzag .zigzag-description{
        margin-top: 25px;
    }
    .process .p-box{
        width: 100%;
        margin-bottom: 30px;
    }
    .process .p-box img {
        width: 100px;
    }
    .testimonials #demo .carousel-inner .carousel-caption {
        padding: 2rem 1rem;
        font-size: 1rem;
    }
    footer .fc-1,
    footer .fc-2{
        text-align: center;
    }
}    