.exp-styled-word-363 {
	position: relative;
	transition: all 0.3s ease;
}

.exp-styled-word-363.exp-swoosh {
	text-decoration: none !important;
}

.exp-styled-word-363.exp-swoosh::after {
	content: '';
	position: absolute;
	bottom: -0.1em;
	left: 0;
	width: 100%;
	height: 0.3em;
	border-bottom: 0.1em solid currentColor;
	border-radius: 50%;
	pointer-events: none;
}

/**
* Heading Line Styling
*/
.exp-heading-line span {
    align-items: center;
    display: flex;
    gap: .5rem;
}

.exp-heading-line span::before {
    content: "";
    background-color: currentColor;
    flex-shrink: 0;
    width: 2rem;
    height: 2px;
    display: inline-block;
}