.funshion-opc-prototype {
  position: relative;
  overflow-x: hidden;
  background: #fffaf6;
  padding-top: 80px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #151515;
}

.funshion-opc-prototype .home-navbar,
.funshion-opc-prototype .nav {
  display: none;
}

.funshion-opc-prototype .hero {
  padding-top: 80px;
}

.funshion-opc-prototype .hero-content {
  text-align: left;
}

.funshion-opc-prototype .hero-tags,
.funshion-opc-prototype .hero-actions {
  justify-content: flex-start;
}

.funshion-opc-prototype .hero-subtitle {
  margin-inline: 0;
}

.funshion-opc-prototype .footer img {
  height: auto;
}

@media (max-width: 768px) {
  .funshion-opc-prototype {
    padding-top: 72px;
  }

  .funshion-opc-prototype .hero {
    padding-top: 56px;
  }

  .funshion-opc-prototype .hero-actions,
  .funshion-opc-prototype .cta-btns {
    flex-direction: column;
  }
}
