.item-badge.item-badge-premium {
    display: none;
}

.btn.btn-outline-light {
    color: #1e1e1e;
    border-color: #1e1e1e;
}

.text-premium {
    display: none;
}

.user-stats {
    display: none;
}

.item-badge {
    top: 100px;
}

.item .item-img {
    width: 100%;
    height: 260px;
    border-start-start-radius: 8px;
    border-start-end-radius: 8px;
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.9rem;
    }
}

.header-bg .header-inner {
  display: none;
}

.section.section-start .section-title-divider {
 display: none;
    }

.footer .footer-title .footer-title-divider {
    display: none;
}

.footer-payment {
    max-width: 160px;
}

.item .item-purchase {
    margin-top: auto;
    display: none;
}

.nav-bar .nav-bar-container {
    height: 60px;
}

.plan .plan-text {
    color: #1e1e1e;
}

.plan .plan-feat span {
    color: #1e1e1e;
}

.plan .plan-pro {
    background-color: #164cff;
}