Hi Jad MS,
Here you use Opacity,. Opacity will affect all the element in the container .
but you need to transparent only background not any thing else in container .
So here you need to adjust only background color opacity of container.
then how its work .
open inspect tool on browser and select background color .

then adjust your background color opacity by using second sidebar like this.
here the new background Hex code you get , and use it then your problem is resolve.
So first of all remove opacity :0.75; in your code

use this css :
background-color: #e48c0996;
border-radius: 40px;
height: 230px
hope it help you ,
Thanks