.titulo{
    font-size: 42px;
    color: orange;
}
.titulo2{
    font-size: 22px;
    font-weight: bold;
}
.titulo2{
   font-size: 22px;
    font-weight: bold; 
}
.titulo2{
      font-size: 22px;
    font-weight: bold; 

}
ul {
    list-style: none;

}
ul li::before {
    content: "✔";
}