/* Tablet Devices (Portrait and Landscape) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .service-productive-wrapper .service-productive-image {
        margin: 0 auto;
    }

    .service-productive .productive-content {
        text-align: center;
        /* display: flex; */

    }

    .service-productive-wrapper .icon-items-area {
        justify-content: center;
    }

    .service-productive-wrapper .author-items {
        justify-content: center;
    }

    .service-provide-items {
        height: 100% !important;
    }

    .productive-image-2 img {
        margin: 0 auto;
        display: block;
    }

    .drivers-inner .page-heading h1 {
        font-size: 38px !important;
        width: 70% !important;
    }

    .footer-widgets-wrapper .single-footer-widget {
        text-align: center !important;
    }

    .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
        justify-content: center !important;
    }

    .single-contact-card {
        height: 100%;
    }
}