/* Home page */

@media screen and (max-width: 1200px) {
    .service-two-text h3 {
        font-size: 18px;
    }
    .service-two-text img {
        width: 200px;
    }
    .service-two-text p {
        font-size: 12px;
    }
    .product-content {
        padding: 10px;
    }
}

/* Contact page */

@media screen and (max-width: 380px) {
    .contact-heading h2 {
        font-size: 30px;
    }
    .col-certificate img {
        padding-bottom: 20px;
    }
}

/* Career Page*/

@media screen and (max-width:1200px) {
    .career-benefits .col-6 p {
        font-size: 14px;
    }
    .career-benefits .col-6 i {
        font-size: 20px;
    }
}

@media screen and (max-width:992px) {
    .career-benefits .col-6 p {
        font-size: 12px;
    }
    .career-benefits .col-6 i {
        font-size: 14px;
    }
}

/* Product-ANPR Page */

@media screen and (max-width:1040px) {
    .hero-text h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .hero-text p {
        font-size: 18px;
    }
}

@media screen and (max-width:992px) {
    .hero-text p {
        padding-bottom: 20px;
    }
}

@media screen and (max-width:690px) {
    .hero-text h2 {
        font-size: 18px;
    }
    .hero-text p {
        font-size: 12px;
    }
}

/* Footer */

@media screen and (max-width:335px) {
    .get-in-touch h6 a {
        font-size: 6px;
    }
}