.feature-section .content-title p {
	font-size: 21px;
	max-width: 751px;
	margin-left: auto;
	margin-right: auto;
}
.feature-row {
	position: relative;
	padding-top: 80px;
}
.feature-row .row {
	--bs-gutter-x: 44px;
	--bs-gutter-y: 110px;
}
.feature-blog {
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 0 60px 80px;
}
.feature-blog:before {
	position: absolute;
	content: '';
	display: flex;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #f5f8ff;
	clip-path: polygon(0px 0, calc(100% - 50px) 0, 100% 50px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 0px 100%, 0 calc(100% - 0px), 0 0px);
}
.feature-number {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 6px solid var(--sk-white);
	background-color: var(--sk-secondary);
	margin: -83px auto 35px;
	width: 165px;
	height: 165px;
	font-family: 'Bebas Neue';
	font-size: 90px;
	letter-spacing: -2px;
	line-height: 1;
	font-weight: 700;
	color: var(--sk-white);
}
.feature-blog h3 {
	position: relative;
	font-size: 30px;
	line-height: 1.3;
	margin: 0 0 20px;
	font-family: 'Montserrat';
}
.feature-blog p {
	position: relative;
	margin: 0 0 30px;
}
.feature-blog .read-more {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: var(--sk-primary);
	font-size: 16px;
	line-height: 1.3;
	margin: auto;
	text-decoration: none;
	font-weight: 700;
	padding: 0 0 8px;
}
.feature-blog .read-more:after {
	position: absolute;
	content: '';
	display: flex;
	right: 0;
	bottom: 0;
	width: 76px;
	height: 2px;
	background-color: var(--sk-secondary);
	transition: all 0.3s ease-out;
}
.feature-blog .read-more img {
	display: flex;
	margin-left: 11px;
}
.feature-blog .read-more:hover {
	text-decoration: none;
	color: var(--sk-secondary);
}
.feature-blog .read-more:hover:after {
	width: 100%;
}
.feature-blog .btn-outer {
	flex: 1 0 0;
	align-items: flex-end;
}
@media (max-width: 1549px) {
	.feature-blog {
	    padding: 0 30px 50px;
	}
	.feature-blog h3 {
	    font-size: 26px;
	}
	.feature-row .row {
	    --bs-gutter-x: 25px;
	}
}
@media (max-width: 767px) {

	.feature-section .content-title p {
	    font-size: 16px;
	}
	.feature-number {
	    margin: -45px auto 20px;
	    width: 130px;
	    height: 130px;
	    font-size: 69px;
	}
	.feature-row .row {
	    --bs-gutter-x: 20px;
	    --bs-gutter-y: 70px;
	}
	.feature-blog h3 {
        font-size: 22px;
        margin: 0 0 15px;
    }
    .feature-row {
	    padding-top: 50px;
	}
}