.direct-landing-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
  }
  
  .center-image {
    max-width: 50vw; /* Set the width to be 50% of the viewport width */
    max-height: 50vh; /* Set the height to be 50% of the viewport height */
  }
  
  .center-text {
    text-align: center;
  }
  