.stories_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.story {
  width: 300px;
  padding: 0 15px;
}
.thumbnail {
  padding: 0;
  border-color: #ebebeb;
}

.thumbnail img {
  width: 100%;
}

.thumbnail .caption {
  text-align: center;
  padding: 0;
}

.thumbnail .caption h3, .thumbnail .caption > p {
  margin: 20px 0;
  font-weight: 400;
  min-height: 50px;
  font-size: 1.5em;
  padding: 0 10px;
  line-height: 1.2em;
}

.thumbnail .caption a {
  display: block;
  width: 100%;
  background: #eff5e3;
  color: #91bd40;
  text-transform: uppercase;
  padding: 10px 0;
}
.metamporphosis-plugin {
  margin-top: 60px;
}
.title-story {
  text-align: center;
  margin-bottom: 30px;
}

.title-story p.head {
  margin: 20px 0 10px 0;
  font-size: 30px;
  color: #83b427;
}

.title-story p {
  color: #6c6c6c;
  font-size: 1.5em;
}