.banner-hero {
	width: 100%;
	height: 100vh;
	min-height: 900px;
	background: #0A4D7F url('../imgs/home/banner-hero-1.png') top center;
	background-size: cover;
}

.banner-hero .content-hero {
	width: 100%;
	max-width: 600px;
	color: #FFFFFF;
}

.banner-hero .content-hero h1 {
	font-size: 3.8em;
	font-weight: bold;
	line-height: 1.4;
}

.bg-home-service {
	width: 100%;
	height: 100%;
	background: #0E92E4 url('../imgs/home/bg-home-service.png') top center;
	background-size: cover;
}

.card-home-service {
	background-color: #1BA6FD;
}

.icon-home-service {
	width: 100%;
	max-width: 180px;
	position: absolute;
	top: -50px;
}

.card-home-service .card-body {
	margin-top: 8.5rem;
}

.card-home-service .card-body {
	color: #FFFFFF;
	font-size: 0.9em;
}

.btn-home-service {
  background-color: transparent;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  padding: 7px 0px;
  border-radius: 50px;
  transition: 0.5s;
  border: 2px solid #00000000;
  color: #FFFFFF;
  font-size: 1em;
  text-decoration: none;
}

.btn-home-service:hover, .btn-home-service:focus, .btn-home-service:active {
	color: #FFFFFF;
}

.description-service .fa-check-circle {
	color: #FFFFFF;
	font-size: 1.5em;
}

.description-service p {
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: 1.3;
	margin: 0;
	padding: 0;
}

@media (max-width: 991.98px) {
	.banner-hero .content-hero {
		max-width: 400px;
	}

	.banner-hero .content-hero h1 {
		font-size: 3.4em;
	}
}

@media (max-width: 767.98px) {
	.banner-hero {
		min-height: 100%;
	}

	.banner-hero .content-hero h1 {
		font-size: 2.9em;
	}

	.description-service p {
		font-size: 1em;
	}
}