.wrap-our-stores {
  background: var(--bg-body);
  padding: var(--alo-gap);
  border: 1px solid var(--cl-border);
  border-radius: var(--rounded);
}
.wrap-our-stores .our-stores-image{
  margin-bottom:30px;
}
.our-stores-content h3.title {
  font-size: 24px;
  margin-bottom: 15px;
}
.our-stores-content .content {
  font-size: 16px;
  margin-bottom: 15px;
}