@font-face {
  font-family: 'MonumentReg';
  src: url("../fonts/MonumentExtended-Regular.otf");
}
@font-face {
  font-family: 'MonumentUltra';
  src: url("../fonts/MonumentExtended-Ultrabold.otf");
}
.hero-new {
  background-image: url('../img/hero/hero.png');
  image-rendering: pixelated;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 857px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 900px) {
  .hero-new {
    background-image: url('../img/hero/hero-mobile.png');
    height: 857px;
  }
}
 

.hero-new .hero {
  position: relative;
  z-index: 1;
  height: 100%;
  display: grid;
  align-items: end;
  justify-content: center;
  grid-auto-flow:column;
  column-gap: 20px;
}
.hero-new .hero .baca {
  background: #09B200;
  color: #FFF;
  font-family: Poppins;
  font-style: normal;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 35px;
  font-family: 'Sora', sans-serif;

}
.hero-new .hero .kirim {
  color: #fff;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  padding: 10px 20px;
  line-height: 30px;
  margin-bottom: 35px;
  font-family: 'Sora', sans-serif;

}

@media only screen and (max-width: 600px) {
  .hero-new {
    height: 557px;
  }
  .hero-new .hero .baca {
    font-size: 15px;
  }
  .hero-new .hero .kirim {
    font-size: 15px;
  }
}