.ingles-tipografia{
    font-size: 30px;
    color: red;
}

.ingles-subtipografia{
    color: blue;
    font-size: 25px;
}

.ingles-icono{
  background-image: url('/img/ingles/conv-s.png'); /* RUTA A TU IMAGEN */
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16px 16px; /* Ajusta el tamaño según necesites */
  padding-left: 20px; /* Para dar espacio al texto */

}

.planes-mayor{
  font-size: 26px;
}

.planes-tipografia{
    font-size: 25px;
    color: rgb(255, 166, 0);
}

.planes-subtipografia{
    font-size: 14px;
    padding: 3px 3px;
}

.planes-icono{
  background-image: url('/img/ingles/conv.png'); /* RUTA A TU IMAGEN */
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16px 16px; /* Ajusta el tamaño según necesites */
  padding-left: 20px; /* Para dar espacio al texto */

}