.list__testimonial {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.list__testimonial li {
  flex: 1 1 100%;
}

.testimonial {
  background: #F5F5F5;
  border-radius: 3px;
  padding: 1rem;
  font-size: .9375rem;
  margin: .5rem;
}

.testimonial__cat-606 {
  background: rgb(227, 232, 238);
}

.testimonial__content {
  color: #000;
}

.testimonial__meta {
  display: grid;
  grid-gap: 10px;
  grid-template-rows: 1fr;
  grid-template-columns: 58px 1fr;
  align-items: center;
}

.testimonial__thumbnail {
  width: 58px;
  height: 58px;
}

.testimonial__name {
  margin-bottom: .125rem !important;
  font-weight: bold;
}

.testimonial__profession {
  color: #666;
}

@media screen and (min-width: 768px) {
}


.list__testimonial[data-columns]::before {
  content: '3 .column.size-1of3';
}

@media (max-width: 768px) {
  .list__testimonial[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}

@media (max-width: 640px) {
  .list__testimonial[data-columns]::before {
    content: '1 .column.size-1of1';
  }
}

.list__testimonial .column {
  float: left;
}
.list__testimonial .size-1of3 { 
  width: 33.33333%;
}
.list__testimonial .size-1of2 { 
  width: 50%;
}
.list__testimonial .size-1of1 { 
  width: 100%;
}
