.wrapper {
	padding-bottom: 0;
}

.module-container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 40px;
	padding-top: 40px;
	max-width: 1200px;

}

.module-image {
	width: 40%;
	overflow: hidden;
	border-radius: 8px;
}

.module-image img {
	width: 100%;
	height: auto;
	display: block;
	max-height:300px;
	
}

.module-title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 28px;
	color: rgba(0, 0, 0, 0.85);
	margin-bottom: 30px;
	
}

.module-title img {
	width: 24px;
	height: 24px;
	margin-left: 16px;
}

.module-text h2 {
	color: #285BA9;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.module-container {
		flex-direction: column;
		align-items: flex-start;
	}

	.module-image,
            .module-text {
		width: 100%;
		margin-bottom: 20px;
	}

	.module-container.row-reverse {
		flex-direction: column;
	}
}

.module-text {
	width: 59%;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	text-align: left;
	margin-bottom: 50px;
	padding-left: 5%;
	padding-right: 5%;

}

.module-icon img {
	width: 32px;
	height: 32px;
	margin-bottom: 40px;
}

.module-desc {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.85);
	line-height: 2;
}

.module-container.row-reverse {
	flex-direction: row-reverse;
}

.module-title sup {
	color: #285BA9;
	font-size: 12px;
	padding-left: 8px;
}

.module2 {
	background-color: #F7F9F2;
}

.module1 {
	background-color: #fff;
}



.tl
{
    text-align: left;
}

