@media only screen and (max-width:1559px) {}

@media only screen and (max-width:1440px) {}

@media only screen and (min-width:1351px) and (max-width:1620px) {}

@media only screen and (min-width:1200px) and (max-width:1350px) {}

@media only screen and (min-width:768px) and (max-width:1199px) {}

@media only screen and (min-width:768px) and (max-width:991px) {}

@media only screen and (min-width:601px) and (max-width:768px) {}

@media only screen and (max-width:1350px) {}

@media only screen and (max-width:1199px) {

.automation-capabilities-row {
    gap: 20px 15px;
}

.helped-teams-row {
    gap: 20px 15px;
}

.projects-container {
    gap: 20px;
}

}

@media only screen and (max-width:991px) {

    .automation-capabilities-row {
    grid-template-columns: repeat(2, 1fr);
}

}

@media only screen and (max-width:767px) {

    .service-banner-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .service-banner-content {
        width: 100%;
        padding-right: 0;
    }

    .service-banner-content h1 {
        font-size: var(--font-size-h1);
        line-height: var(--line-height-title);
    }

    .banner-btn-wrapper {
        flex-direction: column;
        display: flex;
        gap: 10px;
    }

    .service-banner-image {
        width: 100%;
    }

    .service-banner-image img {
        height: 300px;
        border-radius: 12px;
    }

    .helped-teams-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        margin-bottom: 25px;
    }

    .automation-challenges-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        margin: 20px 0;
    }

    .automation-challenges-col {
        padding: 20px;
        border-radius: 12px;
        gap: 10px;
    }

    .automation-challenges-col img {
        width: 24px;
        height: 24px;
    }

    .automation-challenges-col p {
        font-size: var(--font-size-h6);
    }

    .automation-challenges-wrapper p.subTitle,
    .automation-capabilities-wrapper span,
    .automation-projects-wrapper>p,
    .choose-codingkart-wrapper p {
        font-size: var(--font-size-h6);
    }

    .automation-capabilities-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        margin: 25px 0;
    }

    body .automation-capabilities-col.typical-work-col {
        padding: 20px;
        border-radius: 12px;
        gap: 10px;
    }

    body .automation-capabilities-col.typical-work-col h3 {
        margin: 0;
        padding-right: 0;
    }

    .automation-capabilities-wrapper .button-wrapper {
        margin-top: 25px;
    }

    .project-item {
        gap: 15px 10px;
    }

    .project-number {
        width: 35px;
        height: 32px;
    }

    .project-content-wrapper {
        padding: 16px;
        border-radius: 12px;
        gap: 10px;
    }

    .project-icon img {
        width: 20px;
        height: 20px;
    }

    .projects-container {
        gap: 15px;
    }

    .project-content h4 {
        font-size: 16px;
    }

    .automation-projects-wrapper>p {
        margin-top: 25px;
    }

    .faq-item {
        padding: 20px 35px 20px 20px;
        border-radius: 12px;
        margin-bottom: 15px;
    }

    .faq-question::after {
        width: 6px;
        height: 6px;
        right: -18px;
    }

    .choose-codingkart-wrapper ul li::after {
        top: 2px;
        width: 18px;
        height: 18px;
    }

    .choose-codingkart-wrapper ul li {
        margin: 0 0 15px;
        padding-left: 30px;
    }

    .helped-teams-col.typical-work-col h3 {
        padding: 0;
    }

}

@media only screen and (max-width:600px) {}