@media screen and (max-width: 1440px) {
    .numbers .container .row .number-card {
        width: 53%;
    }
}

@media screen and (max-width: 800px) {
    nav.active {
        display: flex !important;
    }
    nav {
        display: none !important;

        flex-direction: column;
        position: absolute;
        top: -16px;
        justify-content: center !important;
        align-items: center !important;
        background: rgba(0, 0, 0, 0.81);
        height: 100vh;
        right: 0;
    }
    .burger {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 3;
    }

    nav .main-nav {
        display: flex !important;
        flex-direction: column !important;
        width: 80%;
        gap: 2rem !important;
        top: 100px;
        left: 50%;
        padding: 1rem;
        text-align: center;
        border-radius: 10px;
        margin-bottom: 1rem;
    }
    .burger {
        display: block;
    }

    header {
        height: 45vh;
    }
    header .container .header-content h1 {
        font-size: 29px;
    }
    .services .container .service-cards .row {
        justify-content: center;
    }
    .numbers .container {
        padding: 10px 5px;
    }

    .numbers .container .row {
        flex-direction: column;
        gap: 2rem;
        align-items: center !important;
        justify-content: center !important;
    }
    .numbers .container .row h1 {
        font-size: 45px;
        width: 100%;
        text-align: center;
    }
    .numbers .container .row .number-card {
        width: 100%;
    }
    footer .container .row {
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
        width: 100%;
    }

    .numbers .container .row .number-card .card {
        width: 80%;
    }
    .about_b .introduction .row .container .row .container {

    width: 100%;

}
.about_b .introduction .row .introduction_content {
    width: 100%;

}
.Contact .card {


    flex-wrap: wrap;
    gap: 1rem;
}
.Contact .card iframe {
width: 100%;
}
.get_in_touch form {
    width: 90%;

    flex-wrap: wrap;
}
}

    @media screen and (max-width: 500px) {
        .numbers .container .row .number-card .card {
            width: 257px;
        }
    }

