.vd-testimonials {
  clear: both;
  width: 100%;
  margin: 2rem 0;
  color: #142b5a;
}

.vd-testimonials__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.vd-testimonials__title {
  margin: 0 0 1.25rem;
  color: #142b5a;
  text-align: center;
  font-size: 1.65rem;
  line-height: 1.25;
}

.vd-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.vd-testimonials__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 1.25rem 1.35rem 1.2rem;
  overflow: hidden;
  color: #142b5a;
  background: rgba(238, 228, 10, 0.5);
  border: 1px solid rgba(20, 43, 90, 0.18);
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(20, 43, 90, 0.12);
}

.vd-testimonials__stars {
  align-self: flex-start;
  margin: 0 0 0.8rem;
  padding: 0.32rem 0.52rem 0.28rem;
  color: #ffd21a;
  background: #142b5a;
  border-radius: 4px;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.vd-testimonials__quote {
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  color: #142b5a;
  border: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.vd-testimonials__quote p {
  margin: 0;
  color: #142b5a;
  white-space: pre-line;
}

.vd-testimonials__caption {
  margin-top: 1rem;
  padding-top: 0.9rem;
  color: #142b5a;
  border-top: 1px solid rgba(20, 43, 90, 0.24);
  font-style: normal;
}

.vd-testimonials__customer,
.vd-testimonials__source {
  margin: 0;
  color: #142b5a;
}

.vd-testimonials__customer {
  line-height: 1.45;
}

.vd-testimonials__source {
  margin-top: 0.25rem;
  font-size: 0.84rem;
  line-height: 1.35;
}

.vd-testimonials--product,
.vd-testimonials--category {
  margin-top: 2.25rem;
}

@media (max-width: 991px) {
  .vd-testimonials__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vd-testimonials__card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .vd-testimonials {
    margin: 1.5rem 0;
  }

  .vd-testimonials__title {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }

  .vd-testimonials__grid {
    grid-template-columns: 1fr;
  }

  .vd-testimonials__card:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .vd-testimonials__card {
    padding: 1.2rem;
  }
}
