I have created a column/box in html and there are certain images in it. I want to reduce the opacity of the column and images to be displayed at full opacity. But when I reduce the opacity of the box, it reduces the opacity of images as well. How can this issue be solved.
<h2>
About
<p>Cardcaptor Sakura, abbreviated as CCS, is a Japanese manga series written and illustrated by the manga group Clamp. Serialized monthly in the shōjo manga magazine Nakayoshi from May 1996 to June 2000, it was also published in 12 tankōbon volumes by
Kodansha between November 1996 and July 2000.</p>
<img class="about-img" src="images/aboutgirl.png" alt="Home" />
</h2>
In this code it reduces the opacity of text and images as well. What can be done to display images at full opacity?