.faq-card{
  margin: 0 auto;
}
.faq-card-body {
  padding: 3rem;
  margin: 3px;
  padding:2.50rem; 
}
.faq-carousel {
  position: relative;
  width: 100%;
  height: 350px; 
  margin: 0 auto;
}
.carousel-content {
  position: relative;
  overflow: hidden;
  transition: width .4s;
  height: 100%;
}
.faq-slide {
  height: 100%;
  position: absolute;
  transition: left .4s cubic-bezier(.47,.13,.15,.89);
}
.navi {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  z-index: 2;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  outline: none;
  color: white;
  -webkit-user-select: none;
}
.nav-left {
  top: 110px;
  left: -10px;
}
.nav-right {
  top: 110px;
  right: -10px;
}
.carousel-arrow-icon-left {
  margin-left: 5px;
  margin-top: -2px;
}
.carousel-arrow-icon-right {
  margin-left: 7px;
  margin-top: -2px;
}
.previous {
  color: white;
  width: 100%;
  font-size: 60px;
}
.next {
  color: white;
  width: 100%;
  font-size: 60px;
}
@media (max-width: 410px) {
    .faq-carousel {
      height: 500px;
      }
    .nav-left {
      top: 180px;
      left: -10px;
    }
    .nav-right {
      top: 180px;
      right: -10px;
    }
} 