#intro {
  background-image: url("https://green-life.s3.us-west-2.amazonaws.com/recipes/intro-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #intro {
    padding-top: 150px;
    padding-bottom: 200px;
  }
}
#intro .circle-icon {
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#intro .circle-icon img {
  width: 60%;
}
@media screen and (min-width: 768px) {
  #intro .circle-icon {
    width: 40px;
    height: 40px;
  }
}
#intro h1 {
  font-family: Josefin Sans;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
  padding-top: 10px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #intro h1 {
    font-size: 80px;
    padding-top: 30px;
  }
}
#intro:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
  background: white;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
@media screen and (min-width: 768px) {
  #intro:after {
    height: 180px;
  }
}

#content {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  #content {
    padding-top: 40px;
  }
}

.recipe-item {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .recipe-item {
    margin-bottom: 40px;
  }
}
@media (min-width: 425px) {
  .recipe-item .recipe {
    max-width: 395px;
  }
}
.recipe-item .recipe-img {
  border-radius: 10px 10px 0 0;
  display: block;
}
.recipe-item figure {
  margin: 0;
}
.recipe-item .info {
  border-radius: 0 0 10px 10px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .recipe-item .info {
    padding: 25px;
  }
}
.recipe-item .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .recipe-item .name {
    font-size: 24px;
    line-height: 24px;
    height: 80px;
  }
}
.recipe-item .description {
  font-size: 12px;
  line-height: 14px;
  height: 28px;
  color: #fff;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .recipe-item .description {
    font-size: 16px;
    line-height: 18px;
    height: 54px;
  }
}
.recipe-item a {
  font-family: Montserrat;
  font-weight: 500;
  line-height: 17px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding-bottom: 6px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size: 14px;
}
.recipe-item a:hover {
  color: #fff;
  text-decoration: none;
}

.recipe-arvejas .info {
  background-color: #dd9b23;
}

.recipe-chauchas .info {
  background-color: #bdbc27;
}

.recipe-choclo .info {
  background-color: #edc65b;
}

.recipe-mix-primavera .info {
  background-color: #cb5b6f;
}

.recipe-acelga .info {
  background-color: #4799d1;
}

.recipe-brocoli .info {
  background-color: #659639;
}

.recipe-espinaca .info {
  background-color: #A96299;
}