  
  .retanguloOnze {
    margin: 5rem 0.8rem;
  }

  .content-second{
    width: 100%;
    height: 4rem;
    background: #268628;
    text-align: -webkit-center;
  }

  .titleOne{
    font-size: 2rem;
    color: white;
    top: 1rem;
    position: relative;
    font-weight: 400;    
  }

  .entry-content p {   
    font-family: Helvetica, Arial, sans-serif, Roboto;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.8;
    margin-block-end: 13px;
    text-transform: inherit;
}

.entry-content h5{
    font-size: 1.83em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
}

.hfinal{
    
    font-size: 1.0em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
}

@media screen and (max-width: 750px){

    .content-second{
        height: 6rem;
      }
    

}