.grocery-industry-banner {
    background-color: #fff;
    padding: 110px 0px 20px;
    height: 100%;
    width: 100%;
    position: relative;
}

.grocery-industry-banner .right-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 240px;
}


.grocery-industry-banner .indus-rt {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    top: 50px;
}

.grocery-industry-banner h1{
    font-size: 52px;
}

.grocery-industry-banner h1 span {
    color: #0083EB;
}

.indus-rt .shape {
    position: absolute;
    bottom: 30px;
    left: 0;
}


.grocery-list li {
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #eee;
    padding: 18px 0px;
    font-weight: 700;
}

.grocery-list li img {
    height: 35px;
    width: 35px;
}

.ai-healthcare-cta .grocery-cta {
    background-image: url('../img/grocery-delivery-industry/hero-background.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.ai-healthcare-cta .grocery-cta h2 {
    color: #fff !important;
}

.ai-healthcare-cta .grocery-cta .right-cont img {
    width: 65%;
    padding: 20px 0;
}

.ai-healthcare-cta .grocery-cta .theme-new-btn {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #20562f;
}

.grocery-icons-section {
    background: radial-gradient(50% 50% at 50% 50%, #FFF9F3 0%, #F3F6FF 100%);
}

.grocery-icons-section .icon img {
    width: 60px;
    height: 60px;
}

.grocery-area .service-card .image-box {
    width: 100%;
    height: 600px;
    min-height: 600px;
    text-align: center;
    overflow: hidden;
    background: #f7f7f7;
    padding: 20px;
}

.grocery-area .service-card .image-box img {
    width: auto;
    object-fit: fill !important;
}


.grocery-area .service-card .service-icn img {
    min-width: 50px;
    width: 50px;
    height: 50px;
}

.industry-check-list {
    margin-top: 16px;
}

.industry-check-list li {
    margin-bottom: 14px;
    font-size: 18px;
}

.industry-check-list li span {
    margin-right: 12px;
    color: #0083EB;
}

@media (max-width: 1520px) {
    .grocery-industry-banner .indus-rt {
        max-width: 400px;
        top: 0;
    }
}