.blog-section .title-line {
    top: -205px;
    margin-bottom: -150px;
}
.max-width-1080 {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.blog-section .content-title p {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 400;
}
.blog-row .row {
	--bs-gutter-x: 44px;
	--bs-gutter-y: 100px;
}
.blog-post {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-color: var(--sk-white);
	padding: 50px 40px 70px 45px;
	border-radius: 18px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 70px 0px rgba(204, 206, 219, 0.23);
    border: 1px solid transparent;
    transition: all 0.3s ease-out;
}
.blog-post:hover {
	border-color: rgb(178,225,24);
}
.blog-icon {
	position: relative;
	display: flex;
	border: 4px solid rgb(241, 242, 247);
	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);
	width: 97px;
	height: 97px;
	margin-top: -97px;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}
.blog-post .maxtitle-3 {
	margin-bottom: 15px;
	word-break: break-word;
}
.blog-post .btn-outer {
	flex: 1 0 0;
	align-items: flex-end;
	margin-top: 40px;
}



@media (max-width: 1199px) {
	.blog-section .title-line {
	    top: -148px;
	    margin-bottom: -117px;
	}
	.blog-row .row {
	    --bs-gutter-x: 30px;
	    --bs-gutter-y: 100px;
	}
	.blog-post {
	    padding: 50px 25px 50px 25px;
	}
}
@media (max-width: 767px) {
	.blog-section .title-line img {
        height: 91px;
    }
    .blog-section .title-line {
        top: -83px;
        margin-bottom: -56px;
    }
    .blog-row .row {
	    --bs-gutter-x: 30px;
	    --bs-gutter-y: 60px;
	}
	.blog-post {
	    padding: 50px 25px 30px 25px;
	}
	.blog-icon {
	    width: 80px;
	    height: 80px;
	    margin-top: -80px;
	    margin-bottom: 20px;
	    padding: 21px;
	}
	.blog-post .btn-outer {
	    margin-top: 10px;
	}
}