/* .recetas {
    background: url("../img/recetas-bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 60px 0;
    position: relative;
  } */
  
  .recetas::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 9;
  }
  
  .recetas .section-title h2{
    margin-bottom: 30px;
  }
  
  .recetas li, p {
    font-size: 13px;
    color: #433f39;
  }
  