.column-service-title{ 
color: #fff!important; 
font-size: 3.5rem!important;
font-weight: 600!important;
letter-spacing: 1px;
text-align:center!important;
line-height:50px;
}

.services{
	width:100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}
.s-heading{
	text-align:center;
	font-size: 18px;
font-weight: 600;
}
.s-heading h2{
	font-family: "roboto";
	color:#fff;
	font-size: 4rem;
	font-weight: 600;
	letter-spacing: 1px;
}

.s-box-container{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.s-box{
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	width:300px;
	padding: 20px 25px;
	height: 200px;
	box-sizing: border-box;
	margin: 20px;
	position: relative;
	background-color:#333;
	font-size: 20px;
}
.s-box img{
	height: 75px;
}
h2.s-box{
	color:#fff;
	letter-spacing: 1px;
	margin-bottom: 8px;
	font-family: "roboto";
	text-align: center;
	font-size: 1.3rem!important;
}

.layanan{
	color:#fff;
	letter-spacing: 1px;
	font-size: 1rem;
	margin-bottom: 8px;
	font-family: "roboto";
	text-align: center;
}


.bar{
	width: 100px;
	height: 6px;
	position: absolute;
	left: 50%;
	top: 0%;
	transform: translateX(-50%);
	background-color:#4a90e2; 
	border-radius: 0px 0px 10px 10px;
	display: none;
	animation: bar 0.5s;
}
.s-box:hover{
	box-shadow: 2px 2px 30px rgba(0,0,0,0.08);
	transition: all ease 0.3s;
}
.s-btn:hover{
	background-color:#4a90e2;
	border: 1px solid #4a90e2;
	color:#FFFFFF;
	transition: all ease 0.3s;
}
.s-box:hover .bar{
	display: block;
}
@keyframes bar{
	0%{
		width:0px;
	}
	100%{
		width:100px;
	}
}
@media(max-width:1050px){
	.s-box-container{
		flex-wrap: wrap;
	}	
	.services{
		height: auto;
	}
	.s-heading{
		margin: 15px;
	}
	.s-box{
		flex-grow: 1;
		margin: 8px;
		width: 40%;
	}
	h2.s-box {
  letter-spacing: 1px;
  font-size: 1rem!important;
  margin-bottom: 8px;
  font-weight: 400;
}
	.s-heading h2{
	font-size: 3rem;
	font-weight: 600;
}
.layanan{
	color:#fff;
	letter-spacing: 1px;
	font-size: 1rem!important;
	font-family: "roboto";
	text-align: center;
}
.s-heading p{
	font-size: 1rem;
	margin: 5px;
}
	.s-heading{
	text-align:center;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}
.column-service-icon, .column-service-title{
font-size: 2.5rem!important;
font-weight: 400;
letter-spacing: 1px;
text-align:center;
line-height:40px!important;
}

}