.icon-cak-ning {
  width: 45%;
  height: auto;
}

.highlight-item-3 {
  width: 100%;
  margin-top: -42px;
}

.highlight-coin {
  width: 55%;
  margin-top: -39rem;
}

.section-cta {
  margin-top: -50px;
}

.rarawowon-detective {
  width: 100%;
  height: auto;
  margin-top: -5rem;
}

.text-sub-cta {
  background: #00000075;
  border-radius: 10px;
  padding: 1rem 1rem;
  display: table-cell;
}

.sponsor img {
  width: auto;
  height: 75px;
}

/* 5. X-Large (Desktop Standar) */
@media (max-width: 1399.98px) {
}

/* 4. Large (Desktop Kecil / Laptop) */
@media (min-width: 992px) and (max-width: 1200px) {
}

/* 3. Medium (Tablet) */
@media (min-width: 768px) and (max-width: 992px) {
}


/* 2. Small (Mobile Landscape) */
@media (min-width: 576px) and (max-width: 768px) {
  .prizepool-number {
    font-size: 12rem;
    line-height: 12rem;
  }
}

/* 1. X-Small (Mobile Portrait) */
@media (max-width: 576px) {
  .icon-cak-ning {
    width: 100%;
  }

  .highlight-item-3 {
    margin-top: 10rem;
  }

  .highlight-coin {
    width: 75%;
    margin-top: -21rem;
  }

  .section-cta {
    margin-top: 0px;
  }

  .rarawowon-detective {
    margin-top: 0;
  }

  .sponsor img {
    height: 45px;
  }

  .prizepool-number {
    font-size: 8rem;
    line-height: 8rem;
  }
}
