/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 17 2024 | 22:16:51 */
.chiropractic{
//	width:100vw;
//	height:auto;	
}
.chiropractic h2{
	font-size: clamp(12px, 2vw, 60px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	border: 3px solid #ffff00;
	background-color:#ffff00;
	padding: 0.5em 1em;
	box-shadow: 10px -10px #000000;
	color:#000000;	
}

.chiropractic h3{
  position: relative;
  padding: 1rem .5rem;
}
.chiropractic h3::after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}


.chiropractic p{
	font-size:1.3rem;	
	text-indent:1.3rem;
	color:#ffffff;
	text-align:left;
}
.p_center{
	font-size:1.3rem;
	color:#ffffff;
	text-align:center;
}
.chiropractic img{
	display:block;
	margin: 0 auto;
	border-radius: 20px;
}





