.dealer-search-form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  width: 524.95px;
  height: 48px;
}

.zip-input {
  width: 344.52px;
  height: 48px;
  padding: 10px 15px;
  border: 1px solid #e2e1e5;
  background: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #000000;
}

.btn-find-dealer {
  background: #f15a24;
  padding: 14px 24px;
  height: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  border: none;
  cursor: pointer;
}
@media (max-width: 600px) {
  .dealer-search-form {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .zip-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .btn-find-dealer {
    width: 168px;
    margin: 0 auto;
    border-radius: 2px;
  }
}
