.bundle-form { 
  display: flex;
  flex-direction: column;
}

.bundle-form select {
  padding: 1rem 2rem;
  border-radius: 30px;
  width: 100%;
  max-width: 44rem;
  margin-bottom: 1rem;
}

.bundle-form button { 
  margin-top: 1rem;
  max-width: 44rem;
}