.about-banner{
  position: relative;
  width: 100%;
}
.banner-item{
  margin-left: 10%;
  width: 70% !important;
}
.our-stores{
  background:url(../images/about/5.jpg);
}
.banner-wrapper{
  position: relative;
  margin-left: -10%;
}
.swiper-button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  cursor: pointer;
  display: flex;
  justify-content:space-between;
  width: 96%;
  left: 2%;
}
.contact-us{
  position: relative;
}
.contact-link{
  position: absolute;
  top: 50%;
  left: 22%;
  transform: translateY(-50%);
}
.contact-link img{
  display: block;
  margin-top: 10px;
  text-align: center;
}



