
    main > section:not(.hero) .h-display {
      font-size: clamp(28px, 3vw, 36px) !important;
      line-height: 1.15 !important;
      letter-spacing: -0.018em !important;
    }
    
    main > section:not(.hero) .text-center {
      text-align: left !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    main > section:not(.hero) .text-center > h2,
    main > section:not(.hero) .text-center > p,
    main > section:not(.hero) .text-center > span {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    
    main > section.py-40.bg-\[\#0a0a0a\] .text-center,
    main > section[class*="bg-[#0a0a0a]"] > div.text-center {
      text-align: center !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }
    
    main .rounded-none {
      border-radius: 18px !important;
    }
    main [class*="rounded-none"] {
      border-radius: 18px !important;
    }
