@media(max-width: 768px) {
    .hero-heading {
        margin-top: 15px;
    }

    .clients-image {
        margin-top: 15px;
    }

    .service-para {
        width: 90%;
    }

    .hero-image img {
        min-height: auto !important
    }
}

@media (max-width: 480px) {
    .copy-right {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .ptb {
        padding: 60px 0 50px 0 !important;
    }

    .benefits-bottom,
    .benefits-top {
        height: 30px;
    }
}