.navigating-treatment-h2 h2{
	color: var(--Secondary-Colors-Tolmar-Colors-Tolmar-Purple, #532F90);

	font-family: 'Roboto Condensed';
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 33.8px */	
}
.container-svg .desktop-svg {
	
}
.container-svg .svg-mobile {
	display:none;
}
@media (max-width:767px){
	
	.navigating-treatment-h2 h2{
		color: var(--Secondary-Colors-Tolmar-Colors-Tolmar-Purple, #532F90);
		font-family: Roboto;
		font-size: 2rem;
		font-style: normal;
		font-weight: 700;
		line-height: 130%; 
		margin-bottom: -3px;
	}
.container-svg .desktop-svg {
	display:none;
}
.container-svg .svg-mobile {
	display:block;
}	
	
.tooltip {
  left: 0 !important;
  transform: translate(0, -50%) !important;
}	
	
	
}