*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#presentation article.container2{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 20px;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 320px;
  min-height: 300px;
  filter: blur(3px);
  border-radius: 10px;
  border: #009113 2px solid;
  backdrop-filter: blur(10px);
}

.swiper-slide-active{
  filter: blur(0px);
}

.testimonialBox{
  position: relative;
  width: 100%;
  padding: 40px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: #000 1px 0px 3px;
}

.testimonialBox .stars{
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 20px;
}

.testimonialBox .stars i{
  font-size: 1.5rem;
  color: gold;
}

.testimonialBox .details{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.testimonialBox .details .imgBx{
  position: relative;
  margin-right: 30px;
}

.testimonialBox .details h3{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #98ffa6;
  line-height: 1.1em;
  margin-top: 5px;
}

.testimonialBox .details h3 span{
  font-size: 12px;
}

.testimonialBox .details h3 span a{
  text-decoration: none;
  color: #ffffff;
}