#servicos{
	margin-top: 135px;
}

#servicos h2{
	font-size: 43px;
}

.service_type_area{
	max-width: 350px; 
	height: 300px;
	border-radius: 30px;
}

.service_type_area:hover{
	transition: 0.5s;
	transform: scale(1.08);
}

.platform_area{
	text-align: center;
}

.platform_area img{
	height: 120px;
}

.service_type_area h3{
	font-size: 20px;
}

.service_type_area p{
	text-align: justify;
	font-size: 20px;
}

@media screen and (max-width: 400px){
	#servicos{
		margin-top: 90px;
	}

	#servicos h2{
		font-size: 20px;
	}

	.service_type_area{
		max-width: 300px; 
		height: 190px;
		border-radius: 20px;
	}

	.service_type_area:hover{
		transform: scale(1.0);
	}

	.platform_area img{
		height: 80px;
	}

	.service_type_area h3{
		font-size: 14px;
	}

	.service_type_area p{
		font-size: 14px;
	}
}

@media screen and (min-width: 401px) and (max-width: 930px){
	#servicos h2{
		font-size: 30px;
	}

	.service_type_area{
		max-width: 320px; 
		height: 250px;
		border-radius: 20px;
	}

	.service_type_area:hover{
		transform: scale(1.0);
	}

	.platform_area img{
		height: 100px;
	}

	.service_type_area h3{
		font-size: 16px;
	}

	.service_type_area p{
		font-size: 16px;
	}
}