.testimonial-default .container-inner {
  max-width: 800px;
  position: relative;
}
.testimonial-default .section-heading h2 {
  font-size: var(--h2-size-large);
  font-weight: 600;
  color: var(--hd-text);
}

.testimonial-default .section-heading .tag-line {
  font-size: 12px;
  opacity: 0.5;
  text-transform: uppercase;
  letter-spacing: 0.84px;
  font-weight: 700;
  margin-bottom: 24px;
  color: var(--hd-text);
}

.testimonial-default .section-heading p {
  font-size: 18px;
  margin-top: 12px;
  font-weight: 400;
  opacity: 0.7;
  color: var(--hd-text);
}

.testimonial-default .section-heading .btn-column {
  margin-top: 32px;
}

.testimonial-default .section-heading .btn-column .btn.btn-text {
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .testimonial-default .section-heading h2 {
    font-size: var(--h2-size-small);
  }
}

.testimonial-default {
  padding-top: 80px;
  padding-bottom: 80px;
  background: var(--hd-body-bg);
}

.testimonial-default .section-heading .tag-line {
  color: var(--hd-text);
  opacity: 1;
}

.testimonial-default .testimonials {
  position: relative;
  z-index: 1;
  text-align: center;
}

.testimonial-default .testimonials .testimonial-column {
  background: color-mix(in srgb, var(--hd-primary) 30%, transparent);
  color: var(--hd-text);
  padding: 56px;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  min-height: 420px;
}

.testimonial-default .testimonials .testimonial-column .testimonial-img img {
  margin: auto;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  object-fit: cover;
}

.testimonial-default .testimonials .testimonial-column .testimonial {
  margin: auto;
  font-weight: 500;
  font-size: 24px;
}

.testimonial-default
  .testimonials
  .testimonial-column
  .testimonial-author-column {
  display: flex;
  align-items: center;
  gap: 18px;
}

.testimonial-default .testimonials .testimonial-column .testimonial-author {
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.testimonial-default
  .testimonials
  .testimonial-column
  .testimonial-author
  span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.4;
}

.testimonial-default .testimonials .swiper-wrapper {
  margin: 88px 0;
}

.testimonial-default .testimonials .swiper-pagination-bullet {
  background: color-mix(in srgb, var(--hd-secondary) 70%, transparent);
}

.testimonial-default .testimonials .swiper-pagination-bullet-active {
  background: var(--hd-text);
}

@media (max-width: 991px) {
  .testimonial-default .testimonials .testimonial-column {
    width: auto;
  }
}

@media (max-width: 767px) {
  .testimonial-default {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .testimonial-default .testimonials .testimonial-column {
    padding: 24px;
  }

  .testimonial-default .testimonials .testimonial-column .testimonial {
    font-size: var(--font-size-lg);
  }
}
