.main .left {
	padding: 60px;
}

.main h2 {
	margin: 0;
	font-weight: bold;
	font-size: 48px;
	line-height: 1.5;
	color: var(--primary-color);
	text-transform: uppercase;
	font-family: Poppins;
}

.main h3 {
	position: relative;
	margin: 0;
	margin-bottom: 16px;
	padding-top: 10px;
	padding-bottom: 25px;
	color: #444;
	border-bottom: 1px solid #cfcfcf;
}

.main h3:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 72px;
	height: 3px;
	background: var(--primary-color);
}

.left-top p {
	font-size: 16px;
	line-height: 2;
}

.info_list-item {
	display: flex;
	padding: 24px 0;
	border-bottom: 1px solid #cfcfcf;
}

.info_list-item i {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 23px;
	width: 48px;
	height: 48px;
	border: 1px solid #ddd;
}

.info_list-item .content {
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.info_list-item .content span {
	font-size: 16px;
	line-height: 1;
	color: rgba(34, 34, 34, 1);
}

.info_list-item .content span:first-child {
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
	line-height: 1;
	margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
	.main .left {
		padding: 20px;
	}
}