/* seminar.css */
.hero--seminar{background-image:url('/assets/images/hero/seminar_hero.jpg');background-size:cover;background-position:center}
.hero--seminar::before{display:none}
.hero--seminar h1{position:relative;z-index:1;color:#222;text-shadow:none}

/* Testimonials */
.testimonials .container{max-width:850px}
.testimonials__title{text-align:left;font-size:20px;font-weight:700;color:#009d9e;}
.testimonials__box{background:#d8eeee;padding:20px 40px;}
.testimonial__item{display:flex;flex-direction:column;gap:0px}
.testimonial__text{margin:0;text-align:left;line-height:1.8;color:#333;font-size:16px}
.testimonial__author{margin:0;text-align:right;font-size:14px;color:#666}
.testimonial__divider{border:none;border-top:2px solid #5c6870;margin:15px 0}

@media (max-width: 768px){
  .testimonials__box{padding:16px 20px}
  .testimonials__title{font-size:18px}
  .testimonial__text{font-size:15px}
}
