@media screen and (max-width: 1200px) {
    .hero h1 {
        max-width: 700px;
        font-size: 50px;
        line-height: 60px;
    }

    section.get-touch {
        margin-top: 30px;
        max-width: 800px;
        margin-bottom: 40px;
    }

    section.get-touch h4 {
        font-size: 30px;
    }

    h2.commontitle {
        font-size: 26px;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    ul.nummber-list li,
    ul.check-list li {
        font-size: 18px;
        padding: 15px;
        padding-left: 45px;
        line-height: 1.4;
    }

    ul.nummber-list li::before,
    ul.check-list li::before {
        font-size: 22px;
        top: 16px;
    }

    section.section {
        padding: 60px 0;
    }

    .inner-contin::before {
        height: 30px;
        right: 0;
        top: -60px;
    }

    .we-focused {
        padding-top: 90px !important;
    }

    .cust-card.card .card-text {
        font-size: 18px;
    }

    .cust-card.card {
        padding: 6px;
    }

    #footer h3,
    #footer .h5 {
        font-size: 20px;
    }

    #footer h5,
    #footer .h5 {
        font-size: 15px;
    }
}

@media screen and (max-width: 992px) {
    .hero h1 {
        letter-spacing: unset;

    }

    section.get-touch {
        padding: 20px 30px;
        max-width: 600px;
    }

    section.get-touch h4 {
        font-size: 26px;
    }

    .img-focucon {
        width: fit-content;
        max-width: 400px;
    }

    .inner-contin {
        padding-left: 0;
    }

    .nummber-list {
        padding-left: 15px;
    }

    section.get-touch {
        margin-bottom: unset;
    }

    .bring-table .img-focucon {
        margin: auto 0 auto auto;
    }

    #footer h3,
    #footer .h5 {
        font-size: 14px;
    }
}

@media screen and (max-width: 576px) {
    .extra-links {
        display: none !important;
    }

    header.it-fixed {
        background-color: #fff !important;
    }

    section.get-touch,
    .img-focucon::before {
        display: none;
    }

    .hero h1 {
        max-width: 370px;
        font-size: 33px;
        line-height: 50px;
        padding: 15px;
    }

    .img-focucon::after {
        width: 120px;
        height: 50px;
        bottom: 15px;
        right: 15px;
    }

    .bring-table .img-focucon::after {
        left: 15px;
    }

    section.section {
        padding: 30px 0;
    }

    h2.commontitle {
        margin-top: 35px;
        font-size: 22px;
    }

    .geo-patt::before {
        display: none;
    }

    ul.nummber-list li,
    ul.check-list li {
        font-size: 14px;
        padding: 10px;
        padding-left: 30px;
    }

    ul.nummber-list li::before,
    ul.check-list li::before {
        font-size: 16px;
        top: 10px;
    }

    .check-list {
        padding-left: 15px;
    }

    ul.check-list li::before {
        width: 15px;
        height: 15px;
    }
}

@media screen and (max-width: 370px) {
    header {
        padding: 15px 10px;
    }

    .hero h1 {
        max-width: 280px;
        font-size: 25px;
        line-height: 40px;
    }
}