.desktoplogo img {
    width: 150px;
    max-width: inherit;
    max-height: 180px;
    margin-top: -15px;
}

#hero-13 {
    background-image: url(../images/spotreviu/bg-06.jpg) !important;
}

.pricing-1-table sup, .pricing-2-table sup, .pricing-4-table sup, .pricing-5-table sup {
    font-size: 30px !important;
}

.pricing-1-table span.price, .pricing-2-table span.price, .pricing-4-table span.price, .pricing-5-table span.price {
    font-size: 65px !important;
}

.pricing-4-table, .pricing-5-table {
    height: 100% !important;
}


.pricing-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricing-card .features {
  flex-grow: 1;
}


.promo-price {
  position: relative;
  text-align: center;
  margin-top: 20px;
}

.promo-price .old-price {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.08);
  text-decoration: none;
  z-index: 1;
  white-space: nowrap;
}

.promo-price .new-price {
  position: relative;
  z-index: 2;
  font-size: 48px;
  font-weight: 800;
  color: #e63946; /* sesuaikan theme */
}

.promo-price sup {
  font-size: 18px;
}

.promo-price p {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

@media (max-width: 767px) {
    .wide-60 {
        padding-top: 0px !important;
        padding-bottom: 40px;
    }
}