h1, h2, h3, h4, h5, h6 {
	font-family:"calibri",sans-serif;
	font-weight:700;
	line-height:1.15;
	margin-top:30px;
	margin-bottom:10px;
}

.custom-fit4-text-concept{
	text-align:center;
	margin : auto;
	max-width:450px;
	margin-bottom: -20px;
}
.custom-fit4-text-concept .featured-blocks__item__title{
	font-size: 1.4rem;
}

.custom-fit4-box-concept{
	margin: auto;
	max-width: 450px;
}

.custom-fit4-button-concept{
	max-width: 500px;
	margin: auto;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}

.custom-fit4-button-concept a {
	padding: 20px 0;
	width: 62.33%;
	background: #09f;
	border: 1px solid #09f;
	display: block;
	margin: auto;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: -35px;
	transition: 0.5s;
}
.custom-fit4-button-concept a:hover {
	background: #fff;
	color: #09f;
	transition: 0.5s;
}
.custom-fit4-box-concept:hover + .custom-fit4-button-concept a {
	background: #fff;
	color: #09f;
	transition: 0.5s;
}
.custom-fit4-box-concept .alignnone {
	margin-bottom: 0;
}




@media (max-width:800px){
	
	.custom-fit4-box-concept {
		
	}
	.custom-fit4-button-concept a {
		font-size: 14px;
		width: 68.33%;
	}
}