@media (min-width: 768px) {
  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;
    justify-content: space-between;
    height: 230px;
  }
  .visual-section-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 48%;
    text-align: center;
  }
  .visual-section-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 48%;
    text-align: center;
  }
  .watch-video-btn {
    position: absolute;
    margin-top: 160px;
  }
  .home-card-cont {
    margin-top: 50px;
  }
  .aditionaly-section {
    margin-top: 100px;
  }

  .scroller {
    margin-bottom: 100px;
    margin-top: 80px;
  }
}
