@media (max-width: 1000px) {
  .reviews figure,
  .reviews figure:nth-child(4),
  .reviews figure:nth-child(5) {
    grid-column: 1;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .reviews figure:last-child {
    border-bottom: 0;
  }
}
