.section_bg_gray {
	background-color: #f7f7f7;
}


.section_title p {
	text-align: center;
	margin: auto;
	font-size: 15px;
	padding-bottom: 60px;
	line-height: normal;
	color: #535074;
	width: 50%;
}

.about {
	padding: 60px 0 40px 0;
}

.about .item {
	padding: 30px;
	height: 280px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin: 0 10px 40px 10px;
	background: #fff;
	box-shadow: 0 10px 29px 0 rgba(57, 77, 131, 0.1);
	transition: all 0.3s ease-in-out;
	text-align: center;
}

@media (max-width:767px) {
	.about .item {
		height: auto;
	}
}

.about .item:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.about .icon {
	margin: 0 auto 15px auto;
	padding-top: 12px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

.about .icon i {
	font-size: 36px;
	line-height: 1;
}

.about .title {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}

.about .title a {
	color: #111;
}

.about .item:hover .title a {
	color: #009925;
}

.about .description {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 0;
	text-align: left;
}

.about-competition .desc {
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 5px;
	box-shadow: 0 10px 29px 0 rgba(57, 77, 131, 0.1);
}

.about-market-section {
	padding: 40px 0;
}

.about-market-section .cta-title {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}

.about-market-section .cta-text {
	color: #fff;
}

.about-market-section .btn {
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 26px;
	border-radius: 3px;
	margin: 10px;
	border: 1px solid #fff;
	color: #fff;
}

.about-market-section .btn:hover {
	background-color: #ffffff;
	color: #000000;
}

.business {
	padding: 20px;
	background-color: #ffffff;
	box-shadow: 0 10px 29px 0 rgba(57, 77, 131, 0.1);
}

.business h2 {
	margin: 0;
	position: absolute;
	top: -40px;
	left: 64px;
}

.business .card {
	border: none;
}

.accordion>.card .card-header {
	background-color: #ffffff;
	border: none;
	padding: 10px;
}

.accordion>.card:not(:first-child) {
	padding-top: 0;
}

.accordion>.card .card-header h3 {
	color: #000000;
	font-size: 20px;
	line-height: 1.3;
	margin: 0;
	position: relative;
	transition: all .3s ease-in-out;
	padding: 10px 32px 10px 44px;
}

.accordion>.card .card-header:hover h3,
.accordion>.card .card-header h3:hover {
	color: #d50f25;
}

.accordion>.card .card-header .collapsed i:before {
	content: "\f067";
}

.accordion>.card .card-header h3 span {
	color: #d50f25;
	display: block;
	position: absolute;
	left: 0;
	width: 30px;
}

.accordion>.card .card-header h3 span:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	background: #d50f25;
	height: 100%;

}

.accordion>.card .card-body {
	color: #666666;
	background-color: #fff5ce;
	border-radius: 5px;
	margin-bottom: 16px;
}


.about-block-1 {
	position: relative;
	overflow: hidden;
}


@media (max-width: 576px) {
	.business {
		padding: 10px;
	}

	.business .accordion-head {
		padding: 0;
	}

	.business .accordion>.card .card-header {
		padding-top: 0;
		padding-bottom: 0;
	}

	.business .card-body {
		padding: 10px;
	}

	.accordion>.card .card-header h3 {
		font-size: 18px;
	}
}

.competing-section .desc {
	padding-left: 40px;
	padding-right: 40px;

}

.competing-section .desc-list {
	position: relative;
	line-height: 30px;
	display: flex;
}

.competing-section .desc .desc-list .star {
	position: absolute;
	left: -24px;
	color: #d50f25;
	font-size: 18px;
	line-height: 30px;
}
