.next-steps.next-steps-v8 {
	position: relative;
	margin-bottom: -100px;
}
.nsv8{
	border-bottom-left-radius: 80px;
	border-bottom-right-radius: 80px;
	background: #777;
}
.nsv8 .nsv8-section-title {
	max-width: 640px;
	margin: auto;
	margin-bottom: 40px;
}
.nsv8 .nsv8-widget-each {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	display: block;
	background: #fafafa;
}
.nsv8 .nsv8-widget-each .nsv8-bg-img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: all 0.7s ease-out;
}
.nsv8 .nsv8-widget-each:hover .nsv8-bg-img {
	opacity: 1;
}
.nsv8-widget-body {
	padding: 40px;
	position: relative;
	z-index: 1;
}

.nsv8 .nsv8-widget-each .nsv8-widget-body h4,
.nsv8 .nsv8-widget-each .nsv8-widget-body p {
	opacity: 1;
	transition: all 0.7s ease-out;
}
.nsv8 .nsv8-widget-each:hover .nsv8-widget-body h4,
.nsv8 .nsv8-widget-each:hover .nsv8-widget-body p {
	opacity: 0;
}
.nsv8 .nsv8-widget-each .nsv8-widget-body h4 {
	color: #222;
	margin: 20px 0;
	padding-right: 50px;
}
.nsv8 .btn{
	transition: .7s;
}
.nsv8-widget-body-icon {
	display: table;
	position: relative;
}
.nsv8-widget-body-icon i {
	font-size: 32px;
	line-height: 40px;
	color: #CC2229;
}
@media (min-width: 992px) {
	.nsv8 .nsv8-widget-each .nsv8-widget-body-icon {
		position: absolute;
		right: 40px;
		top: 65px;
	}
}

@media (min-width: 991px) and (max-width: 1200px) {
    .nsv8-widget-body { 
      display:grid; 
    grid-template-rows: 10rem 20rem 10rem;
    }
    
    .nsv8-widget-body .btn { margin-block: auto !important; }
}
.nsv8-widget-body .btn { width: 100%; }
