.landing-page-list {
  margin-bottom: 1.4em;
}
.landing-page-list .item-wrapper:nth-of-type(3n+1) h2 {
  background: #5e7899;
}
.landing-page-list .item-wrapper:nth-of-type(3n+2) h2 {
  background: #9b9558;
}
.landing-page-list .item-wrapper:nth-of-type(3n+3) h2 {
  background: #552628;
}
@media only screen and (min-width: 48em) {
  .landing-page-list .row:nth-of-type(2) .item-wrapper:nth-of-type(3n+1) h2 {
    background: #552628;
  }
  .landing-page-list .row:nth-of-type(2) .item-wrapper:nth-of-type(3n+2) h2 {
    background: #5e7899;
  }
  .landing-page-list .row:nth-of-type(2) .item-wrapper:nth-of-type(3n+3) h2 {
    background: #9b9558;
  }
}
.landing-page-list .item {
  background: #b3a394;
  margin: 1.5em auto 2.5em;
  padding-bottom: 3em;
  position: relative;
  max-width: 600px;
}
.landing-page-list .item img {
  width: 100%;
}
.landing-page-list .item:hover {
  background: #af9e8e;
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.2);
}
.landing-page-list h2 {
  background: #5e7899;
  color: #eee;
  font-family: 'Handlee', sans-serif;
  font-size: 2.8rem;
  margin: 0;
  padding: .4em .2em .3em .5em;
}
.landing-page-list .learn-more {
  position: absolute;
  border: 1px solid #886865;
  color: #5c4645;
  display: block;
  bottom: 1em;
  right: 1em;
  padding: .1em .6em .15em .6em;
  border-radius: 5px;
}
.landing-page-list .description {
  font-size: 1.8rem;
  padding: .3em .8em;
}
