.big-title h1 {
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
	font-size: 80px;
	color: #e10052;
	margin-bottom: 30px;
	text-transform: uppercase;
}
@media (max-width: 991px) {
	.big-title h1 {
		font-size: 60px;
	}
}


.feature-item .feature-image {
	text-align: center;
	margin-bottom: 30px;
}
.feature-item .feature-image img {
	width: 300px;
	height: 300px;
	border-radius: 100%;
}
.feature-item .feature-image span {
	position: relative;
	display: inline-block;
	z-index: 2;
}
.feature-item .feature-image.path-left span:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: url(../../images/features/path/1.png);
	z-index: -1;
}
.feature-item .feature-image.path-right span:after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: url(../../images/features/path/2.png);
	z-index: -1;
}
.feature-item .feature-content {
	padding: 0 30px;
}
.feature-item .feature-content h1 {
	font-weight: 800;
}
.feature-item .feature-content p {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	line-height: 1.2;
}


section.widget {
	margin-bottom: 40px;
}
section.widget:last-child {
	margin-bottom: 0;
}
section.widget h2.widget-title {
	font-size: 16px;
	text-transform: uppercase;
}
@media (max-width: 991px) {
	aside.widget-area {
		margin-top: 60px;
	}
}