.texto-destaques{
  padding-top: 9px;
  padding-bottom: 9px;

  display: inline-block;
  width: 100%;
  color: white;
  margin-top: 20px;
  margin-bottom: 20px; 
}

.texto-destaques:last-child{
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 25px;
  display: inline-block;
  width: 100%;
  color: white;
  margin-top: 30px;

}

.texto-destaques span{
 color: black;
 background-color: white;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-right: 20px;
   padding-left: 20px;
  font-size: 20px;
    font-weight: bold;
    border-radius: 0px 30px 30px 0px;
}