/* Add custom CSS styles below */ 
.bg-store-bg-secondary {
    background-color: #1a63c0;
}
    .md\:mt-4 {
        margin-top: 1rem;
        color: #ffffff;
    }
.text-base.mb-2.text-store-text-primary{color:white;}
.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right;
    color: #ffffff;
}
.py-3.text-sm.text-store-text-secondary{color:white;}
.sm\:w-12 {
        width: 3rem;
        display: none;
    }

.md\:flex-nowrap {
        flex-wrap: nowrap;
        background: #1a63c0;
        padding: 60px;
        border-radius: 50px;

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

    .md\:flex-nowrap {

            display: grid
            }}

.mb-2.text-2xl.font-bold.text-md.text-store-text-primary{color:white;}