@charset "utf-8";

.store {display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: start; align-items: center; align-content: start; margin-bottom: 20px;}
@media only screen and (max-width: 480px) {
h3 {text-align:center;}
.store {flex-direction: column;}  
.store p {text-align: center;}
}
.store div.lgo-shop {flex: 0 0 auto; margin: 10px;}
.store div.txt-shop {flex: 1 1 auto; margin: 10px;}
.lgo-shop { width: 200px; height: 200px; margin: 0 auto; }
.store p.dsc {text-align: left;}
