#customPageTitle {
  display: none;
}

.centeredContent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 95% !important;
  margin: 2rem auto 4rem;
  gap: 2rem;
  margin-top: 80px;
}

.centeredContent a,
.centeredContent img {
  width: 100%;
  object-fit: cover;
  height: auto;
  text-align: center;
  /* aspect-ratio: 1/1; */
}
.centeredContent h2 {
  margin-top: 10px;
  font-size: 16px;
  width: 100%;
  text-align: center;
}

.centeredContent img {
    aspect-ratio: 1/1;
}

@media screen and (max-width: 768px) {
  .centeredContent.customPageCenteredContent.font1 {
    display: flex;
    flex-direction: column;
  }
}
