.eih-insights {
  width: 100%;
  padding: clamp(72px, 8vw, 112px) clamp(24px, 6vw, 96px);
  color: #0f2722;
  background: #fff;
  font-family: "Montserrat", Arial, sans-serif;
}

.eih-heading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 48px;
}

.eih-eyebrow {
  margin: 0 0 14px;
  color: #b79b62;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.eih-heading h2 {
  margin: 0;
  color: #17342d;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
}

.eih-heading > p {
  max-width: 430px;
  margin: 0;
  color: #65716d;
  font-size: 15px;
}

.eih-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.eih-card {
  min-width: 0;
  border-bottom: 1px solid #dfe3e1;
}

.eih-image {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  color: #fff;
  background: #17342d;
}

.eih-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: transform .45s ease;
}

.eih-image > span {
  display: grid;
  height: 100%;
  place-items: center;
}

.eih-card:hover .eih-image img {
  transform: scale(1.03);
}

.eih-card-body {
  min-height: 180px;
  padding: 22px 0 28px;
}

.eih-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  color: #65716d;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.eih-meta span {
  color: #b79b62;
}

.eih-card h3 {
  margin: 0;
  color: #17342d;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.eih-card a {
  color: inherit;
  text-decoration: none;
}

.eih-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 38px;
}

.eih-footer a {
  display: inline-flex;
  gap: 24px;
  align-items: center;
  padding: 13px 18px;
  color: #fff;
  background: #17342d;
  border: 1px solid #17342d;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}

.eih-footer a:hover {
  color: #17342d;
  background: #fff;
}

.estaluxia-feature-card,
.estaluxia-feature-card img {
  cursor: pointer;
}

@media (max-width: 900px) {
  .eih-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .eih-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eih-card:last-child {
    display: none;
  }
}

@media (max-width: 620px) {
  .eih-grid {
    grid-template-columns: 1fr;
  }

  .eih-card:last-child {
    display: block;
  }

  .eih-footer {
    justify-content: stretch;
  }

  .eih-footer a {
    width: 100%;
    justify-content: space-between;
  }
}
