
/*------------------------------------------*/
/* GENERAL  STYLES
/*------------------------------------------*/

.swiper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination{
  position: relative;
  margin-top: 30px;
}

.swiper-pagination-bullet-active{
  background: #000;
}

.home-slider p{
  color: #8c8c8c;
  font-size: 15px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.home-slider p a{
  color: #000;
}

.home-slider .title{
  color: #526371;
  font-size: 25px;
  line-height: 35px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
  margin: 0;
  text-align: left;
}