      .construction-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 2.5rem;
      }
      .construction-image {
        max-width: 480px;
        width: 100%;
        margin-top: 1.25rem;
      }
      .info-message {
        font-size: 1.2rem;
        text-align: center;
        margin-top: 1.25rem;
      }