body {
	display: flex;
	flex-direction: column;
	font-family: "Open Sans", sans-serif;
	line-height: 20px;
	margin: 0; 
	padding: 0; 
	overflow: scroll;
	overflow-x: hidden;
}

.section-5{
	/*padding-bottom: 56px;*/
	/*background-color: whitesmoke;*/
	background-color: whitesmoke;
	padding-bottom: 100px;
}
@media screen and (max-width: 991px){
	.w-container{
		/*background-color: black;*/
		max-width: 728px;
	}
}

.main-container{
	/*height: 650px;*/
	height: 600px;
	/*background: linear-gradient(79.8deg, rgb(101, 132, 154) 3.2%, rgb(160, 197, 201) 89.1%);*/
	background-image: url("../img/contract.jpg");
	background-repeat: no-repeat;
	background-size: 1425px 700px; /*1425 700*/
	background-position: center -40px; /* center 40px*/
}

.main-content{
	margin-left: auto;
	margin-right: auto;
	max-width: 940px;
	padding-top: 160px;
}

.title{
	display: inline-block;
	font-size: 60px;
	line-height: 52px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: left;

	padding-bottom: 30px;
}

h1{
	margin-top: 50px;
	margin-bottom: 10px;
	/*font-family: Rubik, sans-serif;*/
	font-family: Michroma;
	color: whitesmoke;
}

.entry{
	color: whitesmoke;
	font-family: karla;
	letter-spacing: 0em;
	font-size: 18px;
}

.main-content .newsletter{
	color: whitesmoke;
	font-family: karla;
	letter-spacing: 0em;
	font-size: 18px;
}

.contact {
	color: whitesmoke;
	font-family: karla;
	letter-spacing: 0em;
	font-size: 18px;
}

.button{
	padding: 8px 54px;
	border-radius: 4px;
	background-color: darkred;
	font-family: karla;
	color: whitesmoke;
	line-height: 30px;
	font-weight: 500px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;

}
.w-button{
	display: inline-block;
	border: 0;
	text-decoration: none;
	cursor: pointers;
}

.newsletter{
	/*color: whitesmoke;*/
	color: #43464B ;
	/*font-family: Rubik, sans-serif;*/
	font-family: karla;
	letter-spacing: 0em;
	line-height: 25px;
	font-size: 18px;
}

.temp{
	padding-top: 100px;
	padding-bottom: 100px;
}

.page-name{
	font-family: Michroma;
	font-size: 60px;
	line height: 2px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;

	padding-bottom: 50px;
}

.service-name{
	/*font-family: Rubik, sans-serif;*/
	font-family: karla;
	/*font-family: Michroma;*/
	font-size: 25px;
	line-height: 2px;
	font-weight: 500;
	text-align: left;
	/*color: #43464B;*/
	letter-spacing: 0em;

	padding-top: 50px;
}

.w-container .newsletter {
	color: #43464B;
}