#services_section{
	padding: 60px 0px 140px 0px;
}

.sectionClass{
	padding: 20px 0px;
}

.sectionClass > div > img{
	width: 270px;
	height: 360px;
}

.sectionClass h2{
	font-size: 26px;
	color: black;
	font-family: serif;
	margin: 0;
	border-bottom: 2px rgb(100,0,0) solid;
	margin-bottom: 30px;
	padding-bottom: 7px;
}

.sectionClass ul{
	list-style-type: disc; 
	line-height: 30px;
	width: 600px;
	padding-right: 40px;
}

.sectionClass li{
	font-size: 19px;
	font-family: serif;
}

.sectionClass:nth-child(odd) > div{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: flex-start;
}

.sectionClass:nth-child(odd) > div > img{
	margin-right: 40px;
	box-shadow: -2px 2px 5px lightgrey;
}

/*.sectionClass:nth-child(odd) > div > .blackScreen{
	width: 300px;
	height: 400px;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
}*/

.sectionClass:nth-child(even) > div{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: flex-end;
}

.sectionClass:nth-child(even) > div > img{
	margin-left: 40px;
	box-shadow: 2px 2px 5px lightgrey;
}

/*.sectionClass:nth-child(even) > div > .blackScreen{
	width: 300px;
	height: 400px;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
}*/