.articleContainer {
  margin-left: 5.625em;
  margin-right: 5.625em;
  padding-bottom: 18.182rem;
}
.articleText h2 {
  padding-bottom: 6.25rem;
  text-align: start;
  font-weight: 400;
  line-height: 2em;
}
.articleText h2 span {
  font-weight: 700;
}
.content p strong {
      font-weight: 700;
}
.articleText h2 ul {
  padding-left: 4.375rem;
}
.articleOther h2 {
  font-weight: 700;
  font-size: 3.125rem;
}
.image-grid {
  margin-top: 4.375rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem;
}
@media (max-width: 1260px) {
  .image-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .image-grid {
    grid-template-columns: 1fr;
  }
}
.image-container {
  position: relative;
}
.image-grid img {
  width: 100%;
  height: auto;
}
.image-text {
  position: absolute;
  top: 25%;
  left: 13.5%;
  color: white;
  font-size: 1.5rem;
  text-align: start;
  font-weight: 800;
  width: 16rem;
}
.href-text {
  position: absolute;
  top: 75%;
  left: 13.5%;
  color: white;
  font-size: 1.5rem;
  text-align: start;
  font-weight: 400;
  width: 16rem;
}
@media screen and (max-width: 660px) {
  .articleContainer {
    margin: 0;
    padding: 3rem 8%;
  }
  .articleText h2 {
    padding: 0;
  }
  .articleText h2 ul {
    padding: 0;
  }
  .articleOther {
    padding-top: 3rem;
  }
  .articleOther h2 {
    word-wrap: break-word;
  }
}
