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

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

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

    body .banner-btn-wrapper {
        flex-direction: column;
    }

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

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

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

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

    .partnership-wrapper {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 20px;
        gap: 15px;
    }

    .partnership-wrapper .right-fit, .partnership-wrapper .not-fit {
        padding: 16px;
    }

    .partnership-section {
    padding: 50px 0;
    }

    .partnership-section h2{
         padding: 0 20px;
    }

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


}

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