.component-featured-resource {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 880px) {
  .component-featured-resource {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.component-featured-resource__body {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 880px) {
  .component-featured-resource__body {
    width: 37.5rem;
    padding-right: 3.125rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .component-featured-resource__body {
    width: 45.9375rem;
  }
}
@media only screen and (min-width: 1100px) {
  .component-featured-resource__resource {
    min-height: auto;
    width: 25.625rem;
  }
}
.component-featured-resource__resource .resource-post-featured {
  display: flex;
}
.component-featured-resource__resource .resource-post-featured__body {
  margin-bottom: 0.25rem;
  margin-right: 0.1875rem;
}

.component--featured-resources h2 {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 880px) {
  .component--featured-resources h2 {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 1100px) {
  .component--featured-resources h2 {
    margin-bottom: 4rem;
  }
}
.component--featured-resources__resources {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.component--featured-resources__resources > a, .component--featured-resources__resources > div {
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (min-width: 880px) {
  .component--featured-resources__resources > a, .component--featured-resources__resources > div {
    margin-top: 1.875rem;
  }
}
@media only screen and (min-width: 1100px) {
  .component--featured-resources__resources > a, .component--featured-resources__resources > div {
    max-width: calc(33% - 0.9375rem);
    width: calc(33% - 0.9375rem);
    flex: 1 0 calc(33% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .component--featured-resources__resources > a:nth-child(3n+0), .component--featured-resources__resources > div:nth-child(3n+0) {
    margin-right: 0;
  }
  .component--featured-resources__resources > a:nth-child(3n+1), .component--featured-resources__resources > div:nth-child(3n+1) {
    margin-left: 0;
  }
  .component--featured-resources__resources > a:nth-child(-n+3), .component--featured-resources__resources > div:nth-child(-n+3) {
    margin-top: 0;
  }
}
.component--featured-resources__resources a {
  height: auto;
  background-color: transparent;
}
.component--featured-resources__resources a .gray-tag {
  margin-bottom: 1rem;
}
.component--featured-resources > .columns {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 641px) {
  .component--featured-resources > .columns {
    flex-direction: row;
  }
}
.component--featured-resources > .columns .title-prefix,
.component--featured-resources > .columns h2 {
  text-align: left;
}

.black .component--featured-resources__resources a:hover {
  text-decoration: none;
}
.black .component--featured-resources__resources .gray-tag:hover a {
  text-decoration: underline;
}