@media (max-width: 768px) {
  .campaigns-section {
    display: none;
  }
  .why-us {
    flex-direction: column;
    padding: 0 20px;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .why-us-img {
    width: 100%;
    height: 100%;
  }
  .why-us-content {
    width: 100%;
  }
  .why-us-item {
    margin-bottom: 20px;
  }
  .why-us-item-head {
    margin-bottom: 10px;
  }
  .highlight-section-title {
    font-size: 16px;
  }
  .download-section-buttons {
    flex-direction: column;
  }
  .download-section-buttons a {
    width: 100%;
  }
  .video-section-title {
    height: 250px;
  }
  .video-thumbnail-play button {
    max-width: 60px;
    padding: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video-section {
    bottom: 90px;
  }
  .login-form {
    margin-top: 50px;
  }

  .why-us-img img {
    width: 100%;
  }
}
