body:has(.agency-resource-center) {
  background-color: #f7f7f7;
}

.agency-resource-center.default-section-width {
  max-width: 1400px;
}

/* Prof section */
.resource-center__prof-grid > div:hover {
  outline: solid;
  outline-width: 5px;
  outline-color: #30303033;
}

.resource-center__prof-grid img {
  height: 120px;
}

.resource-center__prof-grid .bg-overlay {
  position: absolute;
  background-color: #0000004d;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  margin: 0;
  z-index: 2;
  padding: 6px 12px;
  backdrop-filter: blur(5px);
}

.resource-center__prof-grid .image-gradient {
  filter: brightness(80%);
}

/* Cards */
.resource-center__why-galls {
  width: 100%;
}

.resource-center__right {
  width: 100%;
}

@media (max-width: 768px) {
  .resource-center__prof-grid .hp__card img {
    height: 90px;
  }
}

@media (min-width: 992px) {
  .resource-center__why-galls {
    width: 33.33% !important;
  }

  .resource-center__right {
    width: 66.66% !important;
  }
}