@media (max-width: 1400px) {
  /************************
  /* Header Section 
  ************************/
  .Header-Content-Wrapper {
    transition: transform 0.3s ease;
    will-change: transform;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.18);
    padding: 12.5%;
    box-sizing: border-box;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
  }

  .header-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 90%;
    height: auto;
    overflow: hidden;
    align-items: center;
    padding: 0px;
    gap: 0px;
    margin: auto;
    position: absolute;
    top: calc(120px + (100vh - 120px) / 2); /* middle of remaining space */
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hero-video {
    width: 100%;
    height: 100%;
  }

  /************************
  /* Header Section  End
  ************************/

  /***********************
  Why Choose Me 
  ***********************/
  .line {
    position: absolute;
    top: 6.8rem;
    left: 25rem;
    width: 13rem;
    height: 2px;
    background-color: #20241b;
    z-index: 20;
    display: none;
  }

  .line-2 {
    position: absolute;
    top: 7rem;
    right: 27rem;
    width: 13rem;
    height: 2px;
    background-color: #d4572f;
    z-index: 20;
    display: none;
  }

  .line-3 {
    position: absolute;
    top: 27rem;
    left: 25rem;
    width: 13rem;
    height: 2px;
    background-color: #d4572f;
    z-index: 20;
    display: none;
  }

  .line-4 {
    position: absolute;
    top: 27rem;
    right: 25rem;
    width: 13rem;
    height: 2px;
    background-color: #20241b;
    z-index: 20;
    display: none;
  }
}
