#content-main{margin-top: 0 !important;}
.stores_wrapper{width:100%;height: calc(100vh - 61px);display: inline-flex;}
.qrcode{width: 30%;display: flex;justify-content: center;align-items: center;background-color: #EB3755;flex-direction: column;}
.qrcode img{width: 50%;}
.qrcode span{width: 100%;text-align: center;margin-top: 10px;font-size: 1.5em;color: #fff;}
.stores{width: 70%;display: flex;justify-content: center;align-items: center;background-color: #fff;flex-wrap: wrap;}
.stores_container{width: 100%;text-align: center;padding-top: 10%;}
.stores img{width: 25%;}
.stores .title{width: 100%;font-family: "209";font-size: 5em;align-items: center;text-transform:uppercase;color: #EB3755;}

@media (max-width:768px){
    .stores_container{padding-top: 0;}
    .stores_wrapper{display: grid;grid-template-columns: 1fr;}
    .stores{order: 1;width: 100%;padding-top: 80px;}
    .stores img{width: 50%;}
    .stores .title{font-size: 3.5em;}
    .qrcode{order: 2;width: 100%;}
    .qrcode img{width: 35%;}
}