   main {
      max-width: 900px;
      margin: 0rem auto;
      padding: 1rem;
      color: #cfe3f6;
      line-height: 1.7;
      text-align: justify;
    }
    h1, h2 {
      color: var(--primary-neo);
      text-align: center;
      margin-bottom: 1rem;
    }
    .video-wrapper {
      position: relative;
      aspect-ratio: 16 / 9;
      width: 100%;
      border-radius: 14px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.08);
      box-shadow: 0 10px 28px rgba(0,0,0,.4);
      margin-bottom: 1.5rem;
    }
    .video-wrapper iframe {
      width: 100%;
      height: 100%;
    }
    .section {
      margin-bottom: 0rem;
      padding-top: 0;
    }
    .ship-section img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 12px;
      margin-top: .75rem;
      box-shadow: 0 10px 26px rgba(0,0,0,.35);
    }