.pad{
	padding-top: 95px;
}
.parallax{
	background-image: url('./img/cloud service.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 300px;
	text-align: center;
	color: white;
	background-attachment: fixed;
}
.parallax h1{
	padding-top: 120px;
}
.container{
	max-width: 75% !important;
	padding-bottom: 40px;
}
.p1{
	padding: 2px;
	border-bottom: 1px solid #c0c1ca;
}
.container h2{
	padding: 20px 0px ;
	color: #3d4a8c;
	font-weight: 500;
}
@media screen and (max-width: 870px){
	.container{
		min-width: 95%;
	}
}