@media(max-width:1024px) {}

@media(max-width:991px) {
    .counter-status h2 {
        font-size: 15px;
    }
    .about-us-left img {
        height: 250px;
    }
    .about-us-left {
        text-align: center;
    }
    .download-app-right img {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer_content ul.social_media_icon {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {}

@media(max-width:767px) {
    .about-us .about-us-right ul li {
        font-size: 13px;
    }
    .about-us .about-us-right .about-contact a {
        font-size: 16px;
    }
    .skills {
        display: block;
        width: auto;
    }
    .skills-center {
        display: none;
    }
    .skills-each {
        margin-bottom: 30px;
    }
    .download-app {
        margin: 0px;
    }
}

@media(max-width:767px) {
    .services-section .card h2 {
        font-size: 16px;
    }
    .section_title {
        font-size: 32px;
    }
}