.homepage__banner-wrap {
  position: relative;
  min-height: 240px;
}

.homepage__banner-wrap-custom {
  position: relative;
  min-height: 450px;
}

.homepage__banner-content {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.homepage__banner-contentbottom {
  bottom: 85px;
  @media (max-width: 768px) {
    bottom: 125px;
  }
}

.homepage__banner-contentbg {
  height: 85px;
  background: transparent linear-gradient(180deg, #6D696700 0%, #251F1C81 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  bottom: 0;
  @media (max-width: 768px) {
    height: 120px;
    bottom: 0;
  }
}

.homepage__banner-content-margin {
  margin: 0 auto;
  max-width: 1280px;
}

.homepage__banner-wrap-custom .gatsby-image-wrapper {
  min-height: 550px !important;
}

.homepage__package-wrap {
  min-height: 63vh;
}

.homepage__titles,
.homepage__search {
  @media (--screensMedium) {
    max-width: 600px;
  }
}

.homepage__search {
  margin-bottom: 20px;
}

.homepage__search-with-space {
  margin-bottom: 40px;
  
  @media (--screensLarge) {
    margin-left: 174px;
  }
}

.homepage__titles {
  color: var(--colorWhite);
  margin-bottom: 20px;
}

.homepage__titles h1 {
  text-shadow: 1px 1px 80px #111111;
}

.homepage__list-how-to {
  margin-bottom: 40px;
}

.homepage__list-how-to:last-of-type {
  margin-bottom: 0;
}

.homepage__package-additional-info {
  font-size: 0.875em;
}
