.mh .row {
  row-gap: 2.5rem;
}

@media (min-width: 992px) {
  .mh .row {
    row-gap: 3.438rem;
  }
}

@media (min-width: 992px) {
  .three .mh-box {
    padding-left: 2.313rem;
  }
}

.mh-box h1 {
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
  color: var(--black);
  text-transform: uppercase;
  max-width: 770px;
}

@media (min-width: 992px) {
  .mh-box h1 {
    font-size: 4rem;
  }
}

.mh-box p.subheading {
  font-family: 'Literata', serif;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.mh-box p {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}

.mh .post-thumbnail {
  position: relative;
  padding-top: 88.70370%;
}

.mh .post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mh.four .post-thumbnail {
  padding-top: 36.569873%;
}

.mh.four .mh-thumb {
  margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .mh.four .mh-thumb {
    margin-bottom: 3.438rem;
  }
}

.mh.five .post-thumbnail {
  padding-top: 36.569873%;
}

.mh.five .mh-thumb {
  margin-top: 2.5rem;
}

@media (min-width: 992px) {
  .mh.five .mh-thumb {
    margin-top: 3.438rem;
  }
}
