/* Mobile */
@media(max-width: 767px)
{
	.electrotherapy-h2
	{
		font-size:30px;
	}
	.electrotherapy-h3
	{
		font-size:30px;
	}
}

/* Desktop */
@media(min-width: 768px)
{
	.electrotherapy-h2
	{
		font-size:34px;
	}
	.electrotherapy-h3
	{
		font-size:34px;
	}
}

/* Common */
.electrotherapy-h2
{
	padding-bottom:5px;
}
.electrotherapy-h3
{
	padding-top:40px;
}
.electrotherapy-p
{
	padding-top:5px;
	font-size:18px;
}
.electrotherapy-p-2
{
	padding-top:20px;
	font-size:18px;
}