/************ store banner *************/

.store-img{
    width: 40%;
}

.store-info{
    width: 58%;
}

.example-step-txt{
    color: var(--black);
}

.stores-img-container{
    display: flex; 
    justify-content: flex-start;
    gap: 24px;
}

.store-pic{
    width: 22%;
}

.store-info-txt{
    margin-top:3%;
    margin-bottom: 6%;
}

.store-app-img{
    width: 42%;
}

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

    .example-row-holder-reverse{
        flex-direction: column-reverse;
    }

    .stores-img-container{
        justify-content: center;
        gap: 6%;
        margin: 8% 0%;
    }

    .store-pic{
        width: 40%;
    }

    .store-app-img{
        width: 100%;
        margin-top: -18px;
    }

    .store-info{
        width: 100%;
        text-align: center;
        margin-top: -8%;
    }
}