.az_title_underline .w-text-value {
	position: relative;
}

.az_title_underline .w-text-value strong {
	color: var(--color-content-primary);
}

.az_title_underline .w-text-value::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: .5px;
	background: var(--color-content-primary);
}