body {
  background: #fff;
  font-family: romanserif;
  /* font-family: 'Barlow', sans-serif; */
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
h1,h2,h3,h4{
	font-family: saudagar;
	font-weight:bold;
	letter-spacing: 2px;
}
.swiper-container { 
  width: 100%;
  padding-bottom: 50px; 
  overflow: hidden;
  /* min-height: 550px; */
}

.swiper-slide {
  width: 300px;
  /* height: 300px; */
}
