
.store-wrapper {
    padding: 1rem 1.4rem;
    border: 1px solid #000;
    min-height: 6.25rem;
}
.store__detail {
    text-align: start;
}
.store__detail--title {
    font-size: 1rem;
    font-family: var(--secondary-font);
}
.store__detail--description {
    font-size: .8rem;
    color: #585858;
}
.store__icon {
    height: 20px;
}

@media screen and (min-width:557px) {
/*    .store__detail--description {
        font-size: 1rem;
    }*/
}