
.feature-section:before {
	position: absolute;
	content: '';
	display: flex;
	left: 0;
	top: 250px;
	width: 100%;
	height: calc(100% - 400px);
	background-color: #060c4c;
}
.blue-shape-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 482px;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}
.blue-shape-bottom {
	position: relative;
	display: flex;
	width: 100%;
	height: 400px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.feature-section .title-line {
	position: relative;
    display: block;
    top: -236px;
    margin-bottom: -171px;
}
.max-width-855 {
	max-width: 855px;
	margin-left: auto;
	margin-right: auto;
}
.feature-row .row {
	--bs-gutter-x: 45px;
	--bs-gutter-y: 104px;
}
.feature-blog {
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	border: 1px solid rgb(73, 79, 175);
	background-color: rgba(13, 17, 94,0.4);
	padding: 35px;
	transition: all 0.3s ease-out;
}
.feature-blog:hover {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(202, 255, 39);
	border-radius: 15px;
	background-color: rgb(146, 185, 26);
	box-shadow: 0px 0px 50px 0px rgba(154, 195, 28, 0.4);
}
.feature-blog .maxtitle-3 {
	color: var(--sk-white);
	font-family: 'Inter';
	font-size: 22px;
	font-weight: 700;
	line-height: 1.364;
	margin-bottom: 0;
}
.feature-blog * {
	color: var(--sk-white);
}
.feature-blog-content p {
	margin: 10px 0 0;
    font-size: 16px;
}
.feature-icon {
	position: relative;
	display: flex;
	border-radius: 50%;
	background-image: -moz-linear-gradient( 43deg, rgb(152,191,17) 0%, rgb(178,225,24) 0%, rgb(99,120,57) 47%, rgb(20,15,89) 83%, rgb(20,15,89) 93%, rgb(20,15,89) 100%);
	background-image: -webkit-linear-gradient( 43deg, rgb(152,191,17) 0%, rgb(178,225,24) 0%, rgb(99,120,57) 47%, rgb(20,15,89) 83%, rgb(20,15,89) 93%, rgb(20,15,89) 100%);
	background-image: -ms-linear-gradient( 43deg, rgb(152,191,17) 0%, rgb(178,225,24) 0%, rgb(99,120,57) 47%, rgb(20,15,89) 83%, rgb(20,15,89) 93%, rgb(20,15,89) 100%);
	box-shadow: inset 0px 8px 18px 0px rgba(221, 222, 239, 0.29);
	outline: 3px solid transparent;
	align-items: center;
	justify-content: center;
	width: 103px;
  	height: 103px;
  	margin-top: -90px;
  	margin-bottom: 25px;
}
.feature-blog:hover .feature-icon {
	outline-color: rgb(19, 24, 81);
}

@media (max-width: 1550px) {
	
}
@media (max-width: 1199px) {
	.feature-section .title-line {
	    top: -136px;
	    margin-bottom: -95px;
	}
	.feature-row .row {
	    --bs-gutter-x: 30px;
	    --bs-gutter-y: 104px;
	}
	.blue-shape-top,
	.blue-shape-bottom {
	    height: 263px;
	}
	.feature-section:before {
	    top: 150px;
	    height: calc(100% - 318px);
	}
}
@media (max-width: 767px) {
    .feature-section .title-line {
        top: -77px;
        margin-bottom: -55px;
    }
    .feature-section .title-line img {
        height: 100px;
    }
    .feature-icon {
	    width: 80px;
	    height: 80px;
	    margin-top: -74px;
	    margin-bottom: 20px;
	    padding: 22px;
	}
	.feature-row .row {
        --bs-gutter-x: 30px;
        --bs-gutter-y: 70px;
    }
    .feature-blog .maxtitle-3 {
	    font-size: 20px;
	}
	.blue-shape-top, .blue-shape-bottom {
        height: 109px;
    }
    .feature-section:before {
        top: 79px;
        height: calc(100% - 147px);
    }
    .feature-blog {
	    padding: 30px 20px;
	}
}