.composition_content > div:nth-child(4) h3 span:first-child {
position: relative;
}

.composition_content > div:nth-child(4) h3 span:first-child::after {
content: "*";
height: 26px;
width: 10px;
position: absolute;
}