  #feature-section{
    color: #252E2A;
    /*background-image: url('/sites/default/files/destacados/destacado.svg');
    background-position: left 51% top 16%;
    background-repeat: no-repeat;*/
    font-size: 1.6rem;
    font-family: "Big Caslon", serif;
  }
   #feature-section img{
    max-width: 20px;
   }
  .feature-items{
    background: #EEC04010 0% 0% no-repeat padding-box;
    border: 5px solid #FFFFFF;
    opacity: 1;
    padding: 3%;
  }
  .feature-items img{
    margin-bottom: 5%;
  }
  .feature-items .field--name-field-titulo{
    font-weight: 500;
    font-size: 1.5rem;
    font-family: "Big Caslon", serif;
    line-height: 1.6rem;
  }
  .feature-items .field--name-field-descripcion{
    margin-top: -1%;
    font-size: large;
    font-family: "Century Gothic", serif;
  }

  @media (min-width: 768px) {
    #feature-section{
      background-size: 18%;
    };
  }

  @media (max-width: 768px) {
    .paragraph--type--feature-item{
        text-align:center;
      }
      .feature-items{
        margin-bottom: 0 !important;
      }
  }