.view-id-history_fields .view-content {
  display: grid;
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
}

.view-id-history_fields .view-content .views-field-field-ps-featured-image a,
.view-id-history_fields .view-content .views-field-field-ps-featured-image figure,
.view-id-history_fields .view-content .views-field-field-ps-featured-image img {
  width: 100%;
  display: inline-block;
}

@media (min-width: 36rem) {
  .view-id-history_fields .view-content {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (min-width: 48rem) {
  .view-id-history_fields .view-content {
    grid-row-gap: 2rem;
  }
}

@media (min-width: 62rem) {
  .view-id-history_fields .view-content {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
}

.view-id-history_fields .views-field-name a {
  font-weight: 700;
  border-color: transparent;
  font-size: 1.35rem;
    line-height: 1.75rem;
}

.view-id-history_fields .views-field-name a:hover,
.view-id-history_fields .views-field-name a:focus {
  border-color: #af481f;
}