.c-read-next-header {
  margin-top: 0;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  position: relative;
  text-align: center;
}

.c-read-next-header:after {
  content: '↓';
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

.c-read-next li {
  border: 1px solid #fff;
  border-width: 1px 0 0;
  height: 8rem;
}

.c-read-next li:nth-child(2) {
  order: -1;
}

@media (min-width: 45em) {
  .c-read-next li {
    border-width: 1px 0 0 1px;
  }

  .c-read-next li:nth-child(2) {
    border-width: 1px 1px 0;
    height: 10rem;
    order: 0;
  }

  .c-read-next li:nth-child(3) {
    border-width: 1px 1px 0 0;
  }

  .m-w-48 {
    flex-basis: 48%;
    max-width: 48%;
    width: 48%;
  }
}