.resources {
  grid-template-areas: "featureList featureList screen screen screen screen";
}

a {
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
}

.dope {
  grid-area: feature4;
}

.thirds {
  width: 25%;
}
.grid-resources {
  display: flex;
  /* grid-template-areas: "feature1 feature2 feature3 feature4"; */
  margin: 7rem 10rem;
  gap: 5rem;
  flex-wrap: wrap;
  justify-content: space-between;
  /* grid-template-columns: repeat(4, 1fr); */
}

.card:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

a:hover {
  color: var(--clr-gold-500);
  text-decoration: none;
}

p {
  width: 50%;
  margin: 2rem auto;
  text-align: center;
}

.footer-left p {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 1300px) {
  p {
    width: 80%;
    margin: 1rem auto;
    text-align: center;
    font-size: 2vw;
  }

  .footer-left p {
    width: 100%;
    text-align: center;
  }

  p em {
    font-size: 2vw;
  }
}

@media screen and (max-width: 900px) {
  p,
  a {
    font-size: 1.5rem;
  }

  p em {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 550px) {
  p,
  a {
    font-size: 1rem;
  }

  p em {
    font-size: 1rem;
  }
}
