.module-012area {
	padding: 100px 0;
}

.module-012upper .headline012 {
	font-size: 36px;
	font-weight: 800;
	color: #000000;
	text-transform:none;
	line-height: 1;
}

.module_012part {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
}

.module_012item img {
	width: 397px;
	height: 348px;
	object-fit: cover;
}

.module_012item2 img {
	width: 610px;
	height: 348px;
	object-fit: cover;
}

.module_012item {
	margin-top: 30px;
}

.module_012item .headline012 {
	font-size: 24px;
	font-weight: 800;
	color: #000000;
	margin: 0;
	padding-top: 10px;
	text-transform: none;
	line-height:1;
}

.module_012item p {
	font-size: 14px;
	font-weight: 300;
	color: #000000;
	margin: 22px 0 32px;
}

.module_012item ul li {
	font-size: 14px;
	font-weight: 300;
	color: #000000;
	margin-top: 10px;
	padding-left: 36px;
	position: relative;
}

.module_012item ul li::after {
	content: "";
	width: 2.1px;
	height: 2.1px;
	display: block;
	background: #000000;
	border-radius: 50%;
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
}

.module_012part .col-md-5 {
	width: 40%;
	flex: 40%;
}

.module_012part .col-md-7 {
	width: 60%;
	flex: 60%;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.module_012part .row > div {
		padding-left: 15px;
		padding-right: 15px;
	}

	.module_012item img {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}

	.module_012item2 img {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}

	.module_012item {
		margin-top: 30px;
	}

}

/* ======================= Small Screen - Tablate ====================== */
@media screen and (min-width: 768px) and (max-width: 991px) {

	.module-012area {
		padding: 80px 0;
	}

	.module-012upper .headline012 {
		font-size: 32px;
	}

	.module_012item p {
		margin-bottom: 24px;
		font-weight: 13.5px;
	}

	.module_012item ul li {
		font-weight: 13.5px;
		margin-top: 8px;
	}

	.module_012part .row > div {
		padding-left: 13px;
		padding-right: 13px;
	}

	.module_012item img {
		width: 100%;
		height: 250px;
		object-fit: cover;
	}

	.module_012item2 img {
		width: 100%;
		height: 250px;
		object-fit: cover;
	}

	.module_012item {
		margin-top: 26px;
	}


}

/* ==================== Small Screen - Mobile ===================== */
@media screen and (max-width: 767px) {

	.module-012area {
		padding: 70px 0;
	}

	.module_012part .col-md-5 {
	  	width: 100%;
	  	flex: 100%;
	}

	.module_012part .col-md-7 {
	  	width: 100%;
	  	flex: 100%;
	}

	.module-012upper .headline012 {
		font-size: 28px;
	}

	.module_012item p {
		margin-bottom: 24px;
		font-weight: 13.5px;
	}

	.module_012item ul li {
		font-weight: 13.5px;
		margin-top: 8px;
	}

	.module_012item img {
		width: 100%;
		height: initial;
		object-fit: cover;
	}

	.module_012item2 img {
		width: 100%;
		height: initial;
		object-fit: cover;
	}


}


@media screen and (max-width: 575px) {

	.module-012area {
		padding: 60px 0;
	}

	.module-012upper .headline012 {
		font-size: 25px;
	} 
   

}