*
{
	margin: 0;
	padding: 0;
}

 @media only screen and (max-width: 600px) {
 .textservice{
    margin-top:35px;
}
}
.services-img
{
	width: 100%;
	margin-top: 50px;
}

.services-img h1
{
	font-weight: 700;
	margin-bottom: 25px;
	color: #6730e3;
	text-align: center;
}

.page-header-content h2
{
    padding-bottom: 50px;
}

.img-resp
{
	width: 100%;
	height: 400px;
	border-radius: 10px;
}
   @media only screen and (max-width: 600px) {
 .img-resp {
   width:100%;
   border-radius: 10px;
   height:250px;
  }
}
.contact-us-form
{
	margin: 20px 0;
}

.web-details p
{
	padding: 20px 0;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: justify;
	margin: 0;
}

h4
{
	margin: 0;
}

ul li
{
	font-size: 16px;
	letter-spacing: 1px;
}

ul
{
	margin-bottom: 20px;
	list-style-type: circle;
	margin-left: 20px;
}