#base_testimonial {
  padding: 60px 30px;
  background-color: var(--global-palette8);
  border-radius: var(--global-border-radius);
  background: url('/image/catalog/hatter.jpg');
}
#base_testimonial h4 {
  color: #fff;
}
#base_testimonial .wrapper {
  background-color: rgba(255,255,255,0.75);
  padding: 30px 30px 30px 30px;
  border-radius: var(--global-border-radius);
}
#base_testimonial .wrapper .texts {
  line-height: 28px;
  margin-bottom: 20px;
}
#base_testimonial .wrapper .texts p {
  margin: 0;
}
#base_testimonial .wrapper .author {
  font-size: 16px;
  font-weight: 500;
  padding: 0px 0px 5px 0px;
}
.testimonial-content {
  display: flex;
  align-items: center;
}
.testimonial-author {
  padding-left: 20px;
}

@media (max-width: 1366px) {
  #base_testimonial {
    padding: 60px 20px;
  }
}
@media (max-width: 991px) {
  #base_testimonial {
    padding: 50px 15px;
  }
  #base_testimonial .wrapper {
    padding: 20px 20px 20px 20px;
  }
  #base_testimonial .wrapper .author {
    font-size: 15px;
    line-height: 22px;
}
}
@media (max-width: 767px) {
  #base_testimonial {
    padding: 30px 15px;
  }
  #base_testimonial .wrapper .texts {
    line-height: 20px;
    margin-bottom: 10px;
  }
  #base_testimonial .wrapper .author {
    padding: 0 0 2px 0;
  }
  #base_testimonial .wrapper {
    padding: 16px 16px 16px 16px;
}
#base_testimonial .wrapper .author {
  font-size: 14px;
  line-height: 18px;
}
}
#base_testimonial{
  position: relative;
  z-index: 0;
}

/* full-bleed háttér */
#base_testimonial::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vmax;
  right: -100vmax;
  background: inherit;           /* a meglévő háttér átöröklése */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}
#base_testimonial .title-wrapper,
#base_testimonial .testimonial-wrapper{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#base_testimonial .testimonial-wrapper{
  position: relative;
  z-index: 0;
}

/* full-bleed háttér */
#base_testimonial .testimonial-wrapper::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vmax;
  right: -100vmax;
  background: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}
