@media (max-width: 1200px) {
  .menuWrapper .menu ul {
    -moz-column-gap: 28px;
    column-gap: 28px;
  }
}

/* Adjust layout for small screens */
@media (max-width: 480px) {
  .header-left h1 {
    font-size: 18px;
  }

  .header-right a {
    font-size: 12px;
  }

  /* Make sure the search container stacks */
  .search-container {
    width: 100%;
    margin: 10px 0;
  }

  .search-container select,
  .search-container input[type="text"],
  .search-container button {
    font-size: 12px;
    padding: 8px;
    border-radius: 0px;
  }

  .header-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .header-left h1 {
    font-size: 20px;
  }

  .header-right a {
    font-size: 14px;
    margin-left: 10px;
  }

  /* Search container changes */
  .search-container {
    flex-direction: column;
    align-items: stretch;
    margin: 10px 0;
  }


  .search-container select,
  .search-container input[type="text"],
  .search-container button {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 14px;
  }

  .search-container button {
    position: relative;
    font-size: 14px;
    margin-bottom: 0px;
  }

  .banner-content {
    padding-left: 7px;
    bottom: -32px;
    width: 43%;
  }

  .banner-content h2 {
    font-size: 15px;
    font-weight: 600;
    color: #2D2C2C;
    line-height: 20px;
  }

  .banner-content button {
    margin: 1px 0px 3px 0px;
    padding: 5px 20px;
    font-size: 12px;
    width: 100%;
  }

  .banner-content a {
    font-size: 12px;
  }

  .three-ads img {
    height: auto;
    margin-bottom: 20px;
  }
}