.main-slider .swiper-slide h6 {line-height: 1.5;}
.main-slider .slide-01 h6 {
	font-size: 10vw;
}

.main-slider .slide-02 h6 {
	font-size: 14vw;
	text-shadow: 0px 3px 14px rgba(0, 0, 0, 0.5);
}


.service-box {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 0;
}

.service-box>div {
	width: 20%;
	text-align: center;
}

.service-box p {margin-bottom: 0;}
.service-box img {
	position: relative;
	margin-bottom: 20px;
	max-height: 80px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	top: 0
}

.service-box > div:hover img {top: -8px;}
.service-box > div:hover p {color: #6CE9BD;}

/* .service-box .text-bottom-line {
	margin-bottom: 15px
}

.service-box:hover .text-bottom-line {
	border-top: 45px solid;
	margin-bottom: 0
} */


@media (max-width: 767px) {
	.service-box {
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}
	
	.service-box>div {width: 33.3%;}
	.service-box img {
		margin-bottom: 10px;
		max-height: 50px;
	}
	
	.portfolio-grid.work-4col li {width: 50%;}
}