.inspqu-quote-5.inspqu-quote-template.art-center {
  padding:70px 20px;
  font-family:Poppins, sans-serif;
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:360px;
  width:100%;
  box-sizing:border-box;
}
.inspqu-quote-5 .quote-slider {
  display:flex;
  justify-content:center;
  width:100%;
  max-width:900px;
  position:relative;
}
.inspqu-quote-5 .quote-card {
  width:620px;
  height:240px;
  display:flex;
  justify-content:center;
  align-items:center;
  box-sizing:border-box;
}
.inspqu-quote-5 .quote-card .center-box {
  position:relative;
  text-align:center;
  width:100%;
  height:100%;
  padding:20px;
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.inspqu-quote-5 .quote-top,
.inspqu-quote-5 .quote-bottom {
  font-size:100px;
  position:absolute;
  opacity:0.18;
  color:#000;
  pointer-events:none;
  user-select:none;
}
.inspqu-quote-5 .quote-top    { top:-32px; left:-10px; }
.inspqu-quote-5 .quote-bottom { bottom:-62px; right:-10px; }
.inspqu-quote-5 .quote-text {
  font-size:30px;
  font-weight:600;
  line-height:1.32;
  margin:0;
  overflow-wrap:break-word;
}
.inspqu-quote-5 .quote-author {
  margin-top:22px;
  font-size:17px;
  opacity:0.65;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:2px;
  margin-bottom:0;
}
.inspqu-quote-5 .quote-slide {
  display:none;
  animation: inspquFadeSlide5 0.7s ease-in-out;
}
@keyframes inspquFadeSlide5 {
  from { opacity:0; transform:translateY(14px) scale(0.97); }
  to   { opacity:1; transform:translateY(0) scale(1); }
}
.inspqu-quote-5 .quote-slide.active {
  display:block !important;
}