  .container,
  .produtos,
  .carrossel-container,
  .sobre,
  .videos-produtos,
  .contato {
    max-width: 1200px;
    margin: 0 auto;
  }

  .grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .inline-form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
  }

  .cardImg {
    height: 550px;
  }

  .video-card iframe {
    height: 400px;
  }

  .menu-toggle {
    display: none;
  }