/*The variable that sets the font size and is used in my h2*/
--font-size-title-page: clamp(2.5rem, 5vw, 3.75rem);
.underlined-element::after {
content: url('../img/underline.svg');
position: relative;
bottom: clamp(3vh, 4vh + 1vw, 7vh);
left: 7.5vw;
width: 7vw;
height: auto;
}
/*The variable that sets the font size and is used in my h2*/
--font-size-title-page: clamp(2.5rem, 5vw, 3.75rem);
.underlined-element::after {
content: url('../img/underline.svg');
position: relative;
bottom: clamp(3vh, 4vh + 1vw, 7vh);
left: 7.5vw;
width: 7vw;
height: auto;
}