.banner-hero {
	width: 100%;
	height: 100vh;
	min-height: 850px;
	max-height: 870px;
	background: #214C6E url('../imgs/product/banner-hero-4.png') top left;
	background-size: cover;
}

.banner-hero .content-hero {
	width: 100%;
}

.banner-hero .icon-ecal {
	width: 230px;
    height: auto;
}

.banner-hero .content-hero h1 {
	font-size: 2.9em;
	font-weight: bold;
	line-height: 1.4;
}

.banner-hero .content-hero h3 {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.5;
}

.btn-lg-blue {
	border: 2px solid #0E92E4;
}

.bg-hubungikami {
  width: 100%;
  background: #FF9D29 url('../imgs/product/banner-hero-5.png') top left;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-description {
  width: 100%;
  max-width: 800px;
}

@media (max-width: 1199.98px) {
	/**/
}

@media (max-width: 991.98px) {
	.container-inovasi .bg-left {
		height: 100% !important;
	}

  .container-desc-oriana .img-left {
    border-radius: 80px;
  }
}

@media (max-width: 767.98px) {
	.container-inovasi .bg-left {
		height: 340px !important;
	}

	.container-desc-oriana .img-left {
		border-radius: 0px;
	}

	.banner-hero .content-hero h1 {
		font-size: 2.4em;
		font-weight: bold;
		line-height: 1.4;
	}
}