.stores-list1 .items {
  display: flex;
  flex-wrap: wrap;
}
.stores-list1 .items .row {
  margin: 0;
}
.stores-list1 .col-md-6.col-sm-8.col-xs-12.left-block-contacts {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;

}
.stores-list1 .item .row {
  height: 100%;
  flex: 0 1 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
}
.stores-list1 .item{
  height: 205px;
}
.stores-list1 .item .image {
  height: 100%!important;
  width: auto!important;
  display: flex;
  overflow: inherit!important;
  flex-direction: column!important;
  justify-content: center!important;
}
@media(max-width: 1024px) {
  .stores-list1 .item .row {
    padding: 20px;
  }
}
@media(max-width: 768px) {
  .stores-list1 .item {
    flex: 0 1 50%!important;
    height: 25vw;
  }
}
@media(max-width: 425px) {
  .stores-list1 .item {
    flex: 0 1 100%!important;
    height: 60vw;
  }

  @media(max-width: 425px) {
    .stores-list1 .item .row {
      justify-content: space-evenly!important;
    }
    .row .inner-text{margin: 0!important;}
  }
}
.title.font_upper muted{
  text-align: center;
}
.row .inner-text {
  margin: 35px 0 30px;
}
.stores-list1 .item{
  padding: 0!important;
}