.testimonials_2__title {
  margin-bottom: 32px;
}
.testimonials_2__container {
  position: relative;
}
.testimonials_2__list {
  columns: 2;
  column-gap: 40px;
}
.testimonials_2__item {
  break-inside: avoid;
  margin-bottom: 40px;
  max-width: 450px;
}
.testimonials_2__content {
  padding: 24px;
  padding-bottom: 28px;
  background-color: #fff;
  box-shadow: var(--box-shadow-next);
  border-radius: 6px;
  font-size: calc(14 / 16 * 1rem);
  line-height: 20px;
}
.testimonials_2__content::before {
  content: "“";
  position: absolute;
  left: 18px;
  top: 22px;
}
.testimonials_2__content::after {
  content: "”";
  position: relative;
  left: -2px;
}
.testimonials_2__person {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
  margin-left: 24px;
}
.testimonials_2__img img {
  max-width: 48px;
  border-radius: 50%;
}
.testimonials_2__name_company {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.testimonials_2__name {
  font-size: calc(14 / 16 * 1rem);
  line-height: 20px;
}
.testimonials_2__company {
  font-size: calc(14 / 16 * 1rem);
  line-height: 20px;
  color: var(--slate-500);
}
.testimonials_2__company--link:hover {
  text-decoration: underline;
}
.testimonials_2__blob {
  position: absolute;
  top: -16px;
  left: -38px;
  z-index: -1;
}

@media(max-width: 600px) {
  .testimonials_2__list {
    columns: 1;
  }
}