div{
  display: flex;
  height: 100vh;
  align-items: center;
}

div .epicquarterly{
  width: 100%;
  padding: 0 15%;
  display: flex;
  justify-content: space-around;
}

div section .qhuarterly{
  width: 40%;
  display: block;
}


div section article img {
  width: 100%;
  box-shadow: 20px 20px 0px #7eaf36;
  border: 0px solid #000000;
-webkit-border-radius: 10px;
}

div section article h1{
  display: flex;
  width: 100%;
  padding-bottom: 25px;
  justify-content: center;
  color: #7eaf36;
  font-size: 30px;
  font-weight: 500;
}

div section article a{
  display: flex;
  width: 100%;
  padding-top: 10px;
  justify-content: center;
  color: #444444;
  font-size: 18px;
}

div section article a:hover{
  color: #777777;
}

div section article i{
  padding: 0 10px;
}


/* NOTE:
div .text_etapas p{
  padding-bottom: 50px;
}


BOTON EPIC FARMS CONTACTANOS
div .button_epicfarms{
  padding-bottom: 25px;
}
div .button_epicfarms a{
  padding: 10px 20px;
  color: #fff;
  background-color: #7eaf36;
  border: 0px solid #000000;
-webkit-border-radius: 7px;
}

div .button_epicfarms a:hover{
  color: #000;
}
*/
@media(max-width:1300px){

  div .tres_etapas h1{
    font-size: 3.5em;
  }

  div .text_etapas p{
    font-size: 2em;
    padding-bottom: 50px;
  }

  /* NOTE: BOTON EPIC FARMS CONTACTANOS

  div .button_epicfarms a{
    font-size: 3em;
  -webkit-border-radius: 15px;
  }
*/

  div .epicquarterly{
    width: 100%;
    padding: 0 10%;
    display: block;
    padding-top: 150px;
  }

  div section .qhuarterly{
    width: 100%;
    display: block;
    padding-bottom: 100px;
  }


  div section article img {
    width: 100%;
    box-shadow: 35px 35px 0px #7eaf36;
    border: 0px solid #000000;
  -webkit-border-radius: 25px;
  }

  div section article h1{
    font-size: 3.5em;
  }

  div section article a{
    width: 100%;
    padding-top: 20px;
    color: #444444;
    font-size: 45px;
  }

  div section article a:hover{
    color: #777777;
  }

  div section article i{
    padding: 0 10px;
  }


}
