/* Container */
.headline-wrapper {
  padding: 24px 16px;
}

/* Headline */
.headline {
  margin: 0;
  font-weight: 800;
  text-transform: uppercase;
  color: #4a4a4a;
  line-height: 1.15;
  font-size: 42;
}

/* Highlight #1 */
.headline .highlight {
  color: #b43a4a;
  font-weight: 900;
}

/* ===== Tablet ===== */

/* ===== Desktop ===== */
@media (min-width: 1024px) {
  .headline-wrapper {
    text-align: center;
  }

  .headline br {
    display: none;
  }
}

.banner {
    background-color: #9e9e9e; /* abu-abu seperti gambar */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    padding: 20px;
}

#mobile .banner {
    background-color: #9e9e9e; /* abu-abu seperti gambar */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    padding: 5px;
}

.banner h1 {
    padding-top: 1em;
    font-size: 44px;
    font-weight: 300;
    margin-bottom: 35px;
    color: #fff;
}

.banner h1 strong {
    font-weight: 700;
}

.banner p {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.4;
    padding-bottom: 1em;
    color: #fff;
}

.banner p strong {
    font-weight: 700;
    color: #fff;
}

.compare {
    padding-top: 2em;
    padding-bottom: 2em;
}

.compare h1 {
    font-size: 52px;
    color: #b43a4a;
}

.compare img {
    width: 60%;
}

.compare p {
    font-size: 34px;
    font-weight: 300;
    line-height: 1.4;
    padding-bottom: 1em;
    color: #454546;
}

#mobile .headline {
    font-size: 14px;
    text-align: center;
}

#mobile .banner h1 {
    font-size: 18px;
}

#mobile .banner p {
    font-size: 16px;
}

#mobile .compare h1 {
    font-size: 18px;
}

#mobile .compare p {
    font-size: 14px;
}

#mobile .compare img {
    width: 100%;
}