h2[class^="n"]::after, h3[class^="n"]::after {
font-family: dashicons;
vertical-align:center;
color:orange;
float:right;
margin-right:40px;
}
h2.n1::after, h3.n1::after {
content: "\f155 \f155 \f155 \f155 \f459";
}
h2.n1-5::after, h3.n1-5::after {
content: "\f155 \f459 \f154 \f154 \f154";
}
h2.n2::after, h3.n2::after {
content: "\f155 \f155 \f154 \f154 \f154";
}
h2.n2-5::after, h3.n2-5::after {
content: "\f155 \f155 \f459 \f154 \f154";
}
h2.n3::after, h3.n3::after {
content: "\f155 \f155 \f155 \f154 \f154";
}
h2.n3-5::after, h3.n3-5::after {
content: "\f155 \f155 \f155 \f459 \f154";
}
h2.n4::after, h3.n4::after {
content: "\f155 \f155 \f155 \f155 \f154";
}
h2.n4-5::after, h3.n4-5::after {
content: "\f155 \f155 \f155 \f155 \f459";
}
h2.n5::after, h3.n5::after {
content: "\f155 \f155 \f155 \f155 \f155";
}
@media screen and (max-width: 600px) {
h2[class^="n"]::after, h3[class^="n"]::after {
display:block;
text-align:left;
float:none;
margin-top:5px;
}
}