.hero-section {
  min-height: calc(100vh - 75px);
  width: 100%;
  background: rgba(0, 0, 0, 0.671) url(../img/testimonial-thumbnail.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.home-hero-section-packages {
  background: var(--color-primary);
  color: white;
  font-size: var(--font-lg);
  font-weight: 600;
  border-radius: 22px 22px 0 0;
}

.hero-content-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.input-wrapper {
  width: 100%;
  display: flex;
  height: 90px;
  justify-content: center;
  align-items: center;
  background: white;
  padding: 0 8px;
  border-radius: 20px;
}
.input-wrapper input {
  width: 100%;
  outline: none;
  border: none !important;
  font-size: var(--font-lg);
  color: black !important;
}

.search-icon {
  width: 60px;
  height: 60px;
}

.hero-section-item-wrapper img {
  width: 100px;
}
.hero-section-item-wrapper h4 {
  font-size: var(--font-lg);
  font-weight: 600;
  color: white;
  text-align: center;
  margin-top: 10px;
}

.hero-section-items {
  max-width: 200px;
}
