.hero-imogis {
  position: relative;
}

.hero-imogis-text {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding-bottom: 25px;
  width: 100%;
  opacity: 0.9;
  color: rgb(var(--text-rgb));
  background: rgba(246, 247, 247, 0.70);
  backdrop-filter: blur(32px);
}

.hero-imogis-text ul {
  margin: 32px 0 10px;
  padding: 0;
  display: flex;
  gap: 29px;
  align-items: center;
  list-style: none;
  font-size: 14px;
}

.hero-imogis-text .sep {
  width: 4px;
  height: 4px;
  background-color: rgb(var(--secondary-rgb));
}

.hero-imogis-text .sep:last-child {
  display: none;
}

.hero-imogis h1 {
  margin-bottom: 45px;
  padding-right: 37px;
  font-weight: 300;
}

.hero-imogis img {
  display: block;
  height: calc(100vh - 74px);
  width: 100%;
  object-fit: cover;
}

.hero-imogis .glide__bullets {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.hero-imogis .glide__bullets {
  display: flex;
  justify-content: center;
  gap: 12px;
}

@media (min-width: 768px) {
  .hero-imogis-text {
    padding-bottom: 50px;
  }
  .hero-imogis-text ul {
    margin: 50px 0 15px;
  }
  .hero-imogis-text ul {
    font-size: 28px;
  }
  .hero-imogis h1 {
    margin-bottom: 20px;
  }
  .hero-imogis .glide__bullets {
    bottom: 35px;
  }
  .hero-imogis img {
    height: calc(100vh - 80px);
  }
}

@media (max-width: 767px) {
  .hero-imogis h1 br {
    display: none;
  }
  .hero-imogis-carousel img {
    min-height: 445px;
    width: 100%;
    object-fit: cover;
  }
}
