.hero-technology {
  background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.86) 57.21%,
      #fff 100%
    ),
    url(/img/hero-tech-bg.webp) center center no-repeat;
  background-size: cover;
  min-height: calc(100vh - 55px);
  padding-top: 90px;
  padding-bottom: 20px;
}
.hero-text h2 {
  font-size: 64px;
  text-transform: capitalize;
}
.hero-text h4 {
  color: black;
}
.hero-text-text {
  color: #1a1a1a;
}
.hero-text {
  margin-bottom: 0px;
}
.hero-slider-card-title,
.hero-slider-card-text {
  color: #666;
}
.link-active h2,
.link-active p {
  color: black;
}
.hero-block-technology {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 260px;
  margin-bottom: 32px;
}
.top-form-overlay {
  backdrop-filter: blur(8px);
  background: url(/img/corner-left-top.svg) left top no-repeat,
    url(/img/corner-right-bottom.svg) right bottom no-repeat,
    url(/img/corner-left-bottom.svg) left bottom no-repeat,
    url(/img/corner-right-top.svg) right top no-repeat, rgba(0, 0, 0, 0.1);
  padding: 20px;
  color: black;
}
.bottom-block {
  padding: 0px;
}
.first-form-bottom-title h3,
.first-form-bottom-title h4,
.first-bottom-form-secured {
  color: black;
}

.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;
}

@media (max-width: 1472px) {
  .hero-block-technology {
    flex-direction: column;
    gap: 40px;
  }
  .hero-technology {
    padding-block: 32px;
  }
}
