.service-section .content-title p {
	font-size: 21px;
	max-width: 751px;
	margin-left: auto;
	margin-right: auto;
}
.service-row .row {
	--bs-gutter-x: 22px;
	--bs-gutter-y: 22px;
}
.service-blog {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	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);
	align-items: flex-end;
}
.service-title {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease-out;
}
.service-blog:hover .service-title {
	opacity: 0;
	visibility: hidden;
}
.service-title:before {
	position: absolute;
	content: '';
	display: flex;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background-image: linear-gradient(to top, #000000,rgba(0, 0, 0, 0.0));
}
.service-title h3 {
	position: relative;
	padding: 35px;
	color: var(--sk-white);
	margin: 0;
	border-left: 8px solid var(--sk-secondary);
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 27px;
	line-height: 1.1;
	hyphens: auto;
}
.service-hover {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 64px 40px;
	text-align: center;
	transition: all 0.3s ease-out;
	background-color: rgba(0, 22, 29,0.9);
	opacity: 0;
	visibility: hidden;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);
}
.service-blog:hover .service-hover {
	opacity: 1;
	visibility: visible;
}
.service-icon {
	margin: 0 0 30px;
}
.service-hover h3,
.service-hover .maxtitle-3 {
	color: var(--sk-white);
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 27px;
	line-height: 1.1;
	margin: 0 0 20px;
	hyphens: auto;
}
.service-hover p {
	color: var(--sk-white);
	font-weight: 600;
	font-size: 17px;
	line-height: 1.9;
	color: rgb(220, 220, 220);
	margin: 0 0 30px;
}
.read-more {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: var(--sk-white);
	font-size: 16px;
	line-height: 1.3;
	margin: auto;
	text-decoration: none;
	font-weight: 500;
	padding: 0 0 8px;
}
.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;
}
.read-more img {
	display: flex;
	margin-left: 11px;
}
.read-more:hover {
	text-decoration: none;
}
.read-more:hover:after {
	width: 100%;
}
@media (min-width: 992px){
	.service-section .container {
		max-width: 95%;
		width: 1620px;
	}
}
@media (max-width: 1600px){
	.service-hover {
		padding: 50px 20px;
	}
	.service-hover h3,
	.service-hover .maxtitle-3 {
		font-size: 22px;
	}
	.service-hover p {
		font-size: 16px;
	}
	.service-title h3 {
		padding: 25px 20px;
		font-size: 22px;
	}
}

@media (max-width: 1199px) {
    .service-title h3 {
        padding: 22px 13px;
        font-size: 18px;
    }
    .service-hover h3,
	.service-hover .maxtitle-3 {
		font-size: 18px;
	}
}
@media (min-width: 992px) and (max-width: 1023px){
	.service-row .col-lg-3 {
        flex: 0 0 auto;
        width: 50% !important;
    }
}
@media (max-width: 1023px) {
    .service-title h3 {
        padding: 30px 30px;
        font-size: 22px;
    }
    .service-hover h3,
	.service-hover .maxtitle-3 {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	.service-section .content-title p {
	    font-size: 16px;
	}
	.service-icon {
	    margin: 0 0 18px;
	}
	.service-hover h3,
	.service-hover .maxtitle-3 {
		margin: 0 0 12px;
	}
	.service-hover p {
        margin: 0 0 20px;
    }
}