.inspqu-quote-3.inspqu-quote-template.vintage-paper {
  padding:60px 20px;
  font-family:'Courier New', serif;
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:340px;
  width:100%;
  box-sizing:border-box;
}
.inspqu-quote-3 .quote-slider {
  width:100%;
  max-width:800px;
  position:relative;
  display:flex;
  justify-content:center;
}
.inspqu-quote-3 .quote-card {
  width:420px;
  height:200px;
  display:flex;
  justify-content:center;
  align-items:center;
  box-sizing:border-box;
}
.inspqu-quote-3 .quote-card .paper {
  background:#fff8dc;
  padding:25px;
  border-radius:8px;
  border:1px solid rgba(0,0,0,0.1);
  box-shadow:0 4px 12px rgba(0,0,0,0.15);
  transform:rotate(-1deg);
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  box-sizing:border-box;
}
.inspqu-quote-3 .quote-text {
  font-size:20px;
  font-style:italic;
  line-height:1.5;
  color:#333;
  margin:0;
  padding-bottom:12px;
  max-width:100%;
  overflow-wrap:break-word;
}
.inspqu-quote-3 .quote-author {
  text-align:right;
  font-size:17px;
  opacity:0.7;
  margin:0;
  color:#444;
  width:100%;
}
.inspqu-quote-3 .quote-slide {
  display:none;
  animation: inspquFadeSlide3 0.6s ease-in-out;
}
@keyframes inspquFadeSlide3 {
  from { opacity:0; transform:translateY(14px); }
  to   { opacity:1; transform:translateY(0); }
}
.inspqu-quote-3 .quote-slide.active {
  display:block;
}
.inspqu-quote-3 .quote-slider,
.inspqu-quote-3 .quote-slide {
  transition: height 0.3s ease;
}