
.swiper 
{
  width: 100%;
  padding: 1rem 0.5rem 0;
  background-color: #05aaa7;
  color: #ffffff;
}
.swiper h4
{
  font-size:  2.5rem;
  font-weight:  bolder;
}

.swiper-slide 
{
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 15rem;
}

.swiper-slide img 
{
  display: block;
  width: 100%;
}
.swiper-pagination-bullet 
{
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  /*line-height: 20px;
  font-size: 12px;*/
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active 
{
  color: #fff;
  background: #92153f;
}