.container-banner-header {
	padding-top: 73px;
}

.banner-hero {
	width: 100%;
	height: 70vh;
	max-height: 475px;
	background: transparent url('../imgs/product/banner-hero-6.png') top left;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.banner-hero .palma-hero {
	width: 820px;
}

.banner-hero .content-hero {
	width: 100%;
}

.banner-hero .content-hero h1 {
	font-size: 1.7em;
    line-height: 1.3;
    font-weight: 800;
    color: #FFFFFF;
    text-shadow: 0px 2px 1px #dea043;
}

.banner-hero .content-hero h2 {
	font-size: 1.5em;
    margin-bottom: 25px;
    line-height: 1.3;
    font-weight: 400;
    color: #FFFFFF;
    text-shadow: 0px 2px 1px #dea043;
}

.btn-lg-black {
  background-color: rgba(0, 0, 0, 0.2);
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  padding: 7px 30px 7px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #FFFFFF;
  font-size: 1em;
  text-decoration: none;
  line-height: unset;
}

.btn-lg-black:hover, .btn-lg-black:focus, .btn-lg-black:active {
  background-color: rgba(0, 0, 0, 0.2);
}

.list-custom-palma {
  padding-left: 0 !important;
}

.list-custom-palma li {
  list-style: none;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 0.92em;
}

.list-custom-palma li::before {
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url('../imgs/product/gambar-28.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 20px;
  margin-right: 1em;
  position: relative;
  top: 5px;
}

.bg-mitrajaringan {
	background: #FFFFFF url('../imgs/product/banner-hero-7.png') top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 12em;
}

.container-whatpalma .bg-right {
	background: transparent url('../imgs/product/gambar-30.png') center right;
  background-repeat: no-repeat;
  background-size: 302px 366px;
}

.container-whatpalma .card.active {
	border: 1px solid #BCFAE0;
	background-color: #F2FFF9;
}

.container-whatpalma .card .card-body h5 {
	color: #00BF7D;
	font-weight: 600;
}

.container-whatpalma .card .card-body p {
	font-size: 0.94em;
}

.container-palmasedia .bg-left {
	background: #02A3E7 url('../imgs/product/gambar-31.png') center right;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.container-palmasedia .bg-right {
	background: #02A3E7 url('../imgs/product/gambar-32.png') center left;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.container-palmasedia .bg-right h3 {
	font-size: 1.5em;
	color: #FFFFFF;
	line-height: 1.4;
}

.space-global-bottom {
  padding-top: 1rem;
  padding-bottom: 7rem;
}

@media (max-width: 1199.98px) {
	.banner-hero {
		width: 100%;
		height: 90vh;
		background: transparent url('../imgs/product/banner-hero-6.png') top center;
		background-repeat: no-repeat;
	}
}

@media (max-width: 991.98px) {
	.banner-hero {
		background-size: cover;
	}
}

@media (max-width: 767.98px) {
	.banner-hero {
		width: 100%;
		height: 90vh;
		background: #50D981 url('../imgs/product/banner-hero-6.png') top left;
		background-repeat: no-repeat;
		background-size: 100% cover;
		max-height: none;
	}

	.container-palmasedia .bg-left {
		height: 300px !important;
		border-top-right-radius: 30px;
		border-top-left-radius: 30px;
    	border-bottom-left-radius: 0px;
	}

	.container-palmasedia .bg-right {
		border-top-right-radius: 0px;
    	border-bottom-right-radius: 30px;
    	border-bottom-left-radius: 30px;
	}

	.bg-mitrajaringan {
		background: #FFFFFF url('../imgs/product/banner-hero-7.png') bottom left;
	    background-size: cover;
	}

  .space-global-bottom {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}