.privacy-policy {
	font-size: 13px;
	text-align: left;
}
.privacy-policy {
	font-size: 13px;
	text-decoration: underline;
	text-align: left;
	margin-top: 20px;
}
.overview-content {
	padding-right: 5rem;
}
.overview-content h6, .overview-content h1 {
	margin-bottom: 20px;
}
.overview-content h1 {
	font-weight: 700;
}
.it-service-content h2 {
	padding-bottom: 20px;
}
.fun-facts-inner-content ul li h4 {
	color: #080a3c;
}
.single-pricing-table .price {
	border-top: 0px dashed #f4f5fe !important;
	border-bottom: 0px dashed #f4f5fe !important;
}
.single-pricing-table {
	box-shadow: 0 9px 45px 0 #d2d5d9;
	border-radius: 5px;
	border: 0 solid rgba(210,213,217,0.3);
}

@media screen and (max-width:767px) {
	.overview-content {
	padding-right: 1rem;
}
}