@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:1024px) {
    .developers-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@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) {}

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

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

    .industries-banner-wrapper {
        flex-direction: column;
    }

    .industries-banner-content {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }

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

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

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

    .food-beverage-col {
        padding: 20px;
        border-radius: 12px;
        gap: 0px;
    }

    /* .food-beverage-col p {
        font-size: var(--font-size-20);
    } */

    .food-beverage-col img {
        width: 26px;
        height: 26px;
    }

    .ecommerce-challenges-row {
        flex-direction: column;
        gap: 30px;
    }

    .ecommerce-challenges-col {
        width: 100%;
    }

    .ecommerce-challenges-col img {
        width: 100%;
    }

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

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

    .core-capabilities-col ul {
        gap: 12px;
    }

    .core-capabilities-col h3 {
        margin: 0px 0 20px;
    }

    .core-capabilities-col {
        padding: 20px;
        border-radius: 12px;
    }

    .projects-run-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .cta-wrapper h2 {
        font-size: 40px;
        line-height: 1.2;
    }

    .projects-run-count {
        width: 40px;
        height: 40px;
    }

    .projects-run-row::after {
        display: none;
    }

    .cta-wrapper .button-wrapper {
        flex-direction: column;
        gap: 15px;
    }

    .industries-banner-content h1 {
        font-size: 40px;
        line-height: 45px;
    }

    span.banner-subTitle {
        font-size: var(--font-size-h5);
    }

    .industries-top-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }

    .industries-top-col {
        padding: 20px;
        border-radius: 10px;
    }

    .food-beverage-row {
        grid-template-columns: repeat(1, 1fr);
    }

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

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

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

    body .project-content h3 {
        font-size: var(--font-size-h6);
    }

    .food-beverage-col h3 {
        font-size: var(--font-size-h6);
    }


}

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