/*Variables*/
#lgh #resourcesPage #bodySection .resources-container .resources .resource {
  padding: 0 15px;
}
#lgh #resourcesPage #bodySection .resources-container .resources .resource p a img {
  max-height: 195px;
}
#lgh #resourcesPage #bodySection .resources-container .resources .resource .lgh-btn {
  display: block;
  text-align: center;
  width: 100%;
  color: #000000;
  font-family: Univers LT Std, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  text-transform: initial;
  font-weight: 100;
  font-size: 1rem;
}
#lgh #resourcesPage #bodySection .resources-container .resources .resource .lgh-btn:hover {
  color: #ffffff;
}
/* Responsive adjustments */
@media screen and (min-width: 576px) {
  #lgh #resourcesPage .resources-container .resources {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
