#open-store {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#open-sotore-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4px;
    margin: 4px 0;
    background-color: #fff;
    border-radius: 64px;

}

#open-sotore-box div {
    width: 24px;
    height: 24px;
    background: green;
    border-radius: 100%;
    margin: 0px 6px 0px 0px;
}

#open-sotore-box p {
    color: #020202;
    font-size: 0.92rem;
}