/* Swiper slider carosello */

.hl-carosello h3{
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.hl-carosello .swiper-slide article .hl-carosello-header{
  border-bottom: 10px solid #FCC92E;
}

.hl-carosello .swiper-slide:nth-of-type(2) article .hl-carosello-header,
.hl-carosello .swiper-slide:nth-of-type(5) article .hl-carosello-header{
  border-bottom: 10px solid #E53935;
}

.hl-carosello .swiper-slide:nth-of-type(4) article .hl-carosello-header,
.hl-carosello .swiper-slide:nth-of-type(8) article .hl-carosello-header{
  border-bottom: 10px solid #0066CC;
}