.about-core-value-container{
	padding:75px 0 0;
	background-color:#fff;
	position:relative;
	z-index:4;
}
.about-core-value-container h2{
	margin-bottom:14px
}
.about-core-value{
	padding-top:10px;
}
.about-core-content span{
	margin-right:8px;
}
.about-core-content span,
.about-core-content h3{
	font-family: 'Inter', sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	color:#3644FF;
	margin-bottom:9px;
}
.about-core-more{
	padding-left:50px;	
}
.about-core-content{
	padding-bottom:22px;
}
.about-core-content-container{
	padding-left:20px;
}
@media (max-width:767px){
	.about-core-more {
		padding-left: 20px;
	}
	.about-core-value-container {
		padding: 60px 0 0;
	}
	.about-core-content-container{
		padding-top:40px;
		padding-left: 0;
	}
}
@media (max-width:576px){
}
@media (min-width:768px){
	.about-core-content-container{
		padding-top:40px;
		padding-left: 0;
	}
}
@media (min-width:992px){
	.about-core-content-container{
		padding-top:0;
		padding-left: 20px;
	}
}
@media (min-width:1200px){
	
}