.testing--grid-wrap {
  float: left;
  margin: 30px 0;
}
  .testing--grid-wrap:last-child {margin-bottom: 0;}

.testing--grid-wrap-left,
.testing--grid-wrap-right {}
  @media screen and (min-width: 768px) {
    .testing--grid-wrap-left,
    .testing--grid-wrap-right {
      float: left;
      width: calc(50% - 15px);
    }

    .testing--grid-wrap-right {margin-left: 30px;}
  }

.testing--location {
  background-color: white;
  border-radius: var(--borderradius-small);
  margin-bottom: 30px;
  padding: 30px;
}
  @media screen and (min-width: 768px) {.testing--location {padding: 55px}}
  .testing--location:last-child {margin-bottom: 0;}