@media (min-width: 1024px) {
  html {
    background-color: #121212;
  }
  .cta-button-div {
    display: flex;
    justify-content: center;
    width: 100%;
    justify-content: space-between;
  }
  .why-me-section {
    display: flex;
  }
  .visual-section-cont {
    display: flex;
  }
  .home-card-cont {
    margin-top: 120px;
  }
}
