@charset "UTF-8";

.services{
	display:block;
}

.services h1{
	text-align:center;
}

.services h1,.services h3{
	margin-bottom:15px;
}

.services p,.services ul{
	width:95%;
	margin:0 auto 15px;
}

.services li{
	list-style:disc;
	list-style-position:inside;
}


@media (max-width:767px){
	.services h1{
		font-size:clamp(18px,7.25vw,40px);
	}

	.services h3{
		font-size:clamp(16px,5.25vw,28px);
	}

	.services p,.services ul{
		font-size:clamp(8px,3.75vw,16px);
	}
}