.bfj-resource-hub {
  padding: 64px 0;
}
@media (min-width: 991px) {
  .bfj-resource-hub {
    padding: 112px 0;
  }
}
.bfj-resource-hub__header h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%; /* 62.4px */
  letter-spacing: -0.52px;
}
@media (min-width: 991px) {
  .bfj-resource-hub__header h2 {
    font-size: 52px;
  }
}
.bfj-resource-hub__wrapper {
  border-radius: 16px;
  overflow: hidden;
}
.bfj-resource-hub__filter {
  display: flex;
}
.bfj-resource-hub__filter span {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex: 1;
  font-size: 18px; /* H6 */
  font-weight: 700;
  justify-content: center;
  line-height: 140%; /* 30.8px */
  letter-spacing: -0.22px;
  padding: 12px 16px;
  text-align: center;
}
@media (min-width: 991px) {
  .bfj-resource-hub__filter span {
    font-size: 22px; /* H6 */
    padding: 24px 32px;
  }
}
.bfj-resource-hub__filter span.active {
  background-color: #e5f4ff;
}
.bfj-resource-hub__box {
  background-color: #e5f4ff;
  display: none;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
  padding: 24px;
}
@media (min-width: 991px) {
  .bfj-resource-hub__box {
    grid-template-columns: repeat(3, 1fr);
    padding: 48px;
  }
}
@media (min-width: 1280px) {
  .bfj-resource-hub__box {
    grid-template-columns: repeat(4, 1fr);
  }
}
.bfj-resource-hub__box.active {
  display: grid;
}
.bfj-resource-hub__card {
  background-color: #cce9ff;
  border-radius: 16px;
  color: #1d428a;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
}
.bfj-resource-hub__card span.tagline {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.bfj-resource-hub__card h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%; /* 39.2px */
  letter-spacing: -0.28px;
  margin: 0;
}
@media (min-width: 991px) {
  .bfj-resource-hub__card h5 {
    font-size: 28px;
  }
}
.bfj-resource-hub__card p {
  flex-grow: 1;
  font-size: 16px;
}
.bfj-resource-hub__card a {
  align-items: center;
  color: #1d428a;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; /* 24px */
  gap: 16px;
  text-decoration: none;
}
