.item-story{
  height: 400px;
  max-width: 250px;
  margin: 20px 10px 20px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  transition: .3s all;
}

.item-story:hover{
  text-decoration: none;
  opacity: .8;
}

.item-story h4{
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 2px 4px 5px rgba(0,0,0,.5);
}
