.hero {
  background: #f7f7f7;
}
.hero-text h4,
.hero-text h2,
.hero-text a {
  color: black;
}
.hero-text p {
  color: #1a1a1a;
}
.hero-slider-card-title,
.hero-slider-card-text {
  color: #666;
}
.link-active h2,
.link-active p {
  color: black;
}
.hero-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 140px;
  gap: 64px;
}
.hero-top img {
  max-width: 700px;
}
.hero-text {
  margin-bottom: 0px;
}
.hero-text h2 {
  text-transform: capitalize;
}
@media (max-width: 1472px) {
  .hero-top {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
  }
  .hero-top img {
    max-width: 100%;
  }
}

.eco-img-wrapper {
  position: relative;
}

.eco-img {
  opacity: 1;
  transition: opacity 0.4s ease;
}

.eco-form {
  position: absolute;
  top: -2000%;
  transition: top 0.4s ease, right 0.4s ease, transform 0.4s ease;
  background: rgba(0, 0, 0, 0.1);
  max-width: 420px;
  width: 100%;
}

.bottom-block {
  padding: 0;
  gap: 40px;
}

.bottom-form-overlay {
  padding: 20px;
}

.bottom-header {
  margin-bottom: 0px;
}

.eco-form .bottom-form-title,
.eco-form .bottom-form-subtitle,
.eco-form .bottom-form-secured {
  color: #000;
}

.hero-slider-card-title, .hero-slider-card-text {
  transition: color 0.4s ease;
}

.hero-slider-card:hover .hero-slider-card-title{
  color: #000;
}

.hero-slider-card:hover .hero-slider-card-text {
  color: #000;
}
