#linked-recipes {
  display: flex;
  flex-wrap: wrap;
}
#linked-recipes .recipe {
  padding-bottom: 20px;
}
#linked-recipes .img {
  padding-bottom: 20px;
}
#linked-recipes img {
  width: 100%;
  height: 262px;
  -o-object-fit: cover;
  object-fit: cover;
}
#linked-recipes h3 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  color: #3d505e;
}
#linked-recipes h3:hover {
  color: #953644;
}
#linked-recipes .description {
  font-size: 1rem;
  color: #3d505e;
  line-height: 1.5rem;
}/*# sourceMappingURL=recipe.css.map */