#services-2{
	background-color: white;
}

#services-2 > div {
    width: 90%;
    margin: 0 auto;
    /*padding-bottom: 50px;*/
    text-align: center;
}

#services-2 .title{
	color: #808080;
}

.service-2{
	display: inline-block;
	width: 530px;
	height: 170px;
	margin: 30px 20px;
	vertical-align: top;
	border-radius: 7px;
	overflow: hidden;
	cursor: pointer;
}

/*.service-2:hover{
	box-shadow: 0px 0px 5px 5px #cacaca;
	-webkit-box-shadow: 0px 0px 5px 5px #cacaca;
}*/

.service-2:hover .text-service-2{
	background-color: #0e7dac;
	/*color: white;*/
}

.service-2 > a > div{
	float: left;
	height: 100%;
	/*width: 50%;*/
	display: flex;
	align-items: flex-start;
}

.image-service-2{
	width: 40%;
}

.image-service-2 h3{
	background: linear-gradient(268deg, #17cbeb, transparent);
    color: white;
    margin-block-start: 0;
    padding: 10px 0px;
    position: relative;
    top: 180px;
}

.service-2:hover .image-service-2 h3{
	background: linear-gradient(268deg, #4192A0, transparent);
}

.text-service-2{
	width: 60%;
}

.image-service-2 > div{
	width: 100%;
	height: 100%;
	background-size: cover;
    background-position: center;
}

.text-service-2{
	background-color: #0033a0;
	color: white;
	text-align: left;
}

.text-service-2 > div{
	width: 85%;
	margin: 0 auto;
	/*margin-top: calc(50% - 180px);*/
	text-align: center;
	font-size: 15px;
}

.text-service-2 h4{
	text-align: center;
	font-size: 20px;
}

.service-price-2{
	text-align: center;
	font-size: 20px;
    font-style: italic;
    font-weight: bold;
}

.text-service-2 ul{
	padding-inline-start: 18px;
    font-size: 14px;
}


@media only screen and (max-width: 599px) {
	.service-2{
		width: 100%;
    	margin: 30px 0px;
    	height: auto;
	}

	.service-2 > a > div{
		float: initial;
		width: 100%;
	}

	.image-service-2{
		height: 150px !important;
	}

	.image-service-2 h3{
		top: 110px;
		background: linear-gradient(360deg, #17cbeb, transparent);
	}

	.text-service-2 > div{
		margin-bottom: 20px;
	}
}


@media only screen and (min-width: 600px) and (max-width: 767px){
	.service-2{
		width: 100%;
    	margin: 10px 0px;
	}
}
