.ipogeo-collection {
  color: white;
}
.ipogeo-wrapper {
  background-color: var(--black);
  padding-top: 64px;
  border-radius: 15px;
  overflow: hidden;
}
.ipogeo-wrapper .intro-wrapper {
  display: grid;
  gap: 20px;
  margin-bottom: 40px;
}
.ipogeo-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  max-height: 500px;
  position: relative;
  height: 296px !important;
}
.description {
  color: white;
  padding-bottom: 48px;
}
.description h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding-top: 57px;
  padding-bottom: 24px;
}
.description-wrapper {
  display: grid;
  gap: 56px;
}
.description-wrapper p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}
.slider-img {
  position: relative;
}

.ipogeo-cta {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

/* RESPONSIVE */
@media (min-width: 768px) {
  .description h3 {
    font-size: 18px;
    line-height: 22px;
    padding-top: 57px;
    padding-bottom: 24px;
  }
  .description-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 96px;
  }
  .description-wrapper p {
    font-size: 14px;
    line-height: 18px;
  }
  .ipogeo-wrapper img {
    height: 396px !important;
  }
}
@media (min-width: 1024px) {
  .ipogeo-wrapper .intro-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .description h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    padding-top: 57px;
    padding-bottom: 24px;
  }
  .description-wrapper p {
    font-size: 16px;
    line-height: 20px;
  }
  .ipogeo-wrapper img {
    height: 496px !important;
  }
}
@media (min-width: 1280px) {
}
@media (min-width: 1536px) {
}
