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

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

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

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

    .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: 15px;
    }

    .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;
        margin-bottom: 0;
    }

    .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: 30px;
        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);

    }

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

    .projects-container {
        gap: 15px;
    }

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

    .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);
    }

    .helped-teams-section .helped-teams-col.typical-work-col .typical-img{
        width: 40px;
        height: 40px;
    }

    .core-capabilities-col .typical-img{
        width: 40px;
        height: 40px;
        margin-bottom: 15px;
    }

}

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