#environment .hero-part .banner-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#environment .hero-part .banner-img img {
  width: 100%;
}

#environment .hero-part .banner-img p {
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 1;
  font-size: 84px;
  font-family: "PPFormula-Medium";
  letter-spacing: -5.04px;
}

@media screen and (max-width: 1440px) {
  #environment .hero-part .banner-img p {
    left: 15%;
    top: 47% !important;
    font-size: 44px !important;
  }
}

@media screen and (max-width: 992px) {
  #environment .hero-part .banner-img p {
    left: 10%;
    font-size: 44px !important;
  }
}

@media screen and (max-width: 768px) {
  #environment .hero-part .banner-img p {
    font-size: 24px !important;
    left: 10% !important;
    top: 45% !important;
  }
}

@media screen and (max-width: 425px) {
  #environment .hero-part .banner-img p {
    font-size: 22px !important;
  }
}

#environment .title {
  font-family: "PPFormula-Medium";
  display: flex;
  gap: 10px;
}

@media (max-width: 600px) {
  #environment .title {
    flex-direction: column;
  }
  #environment .title span:first-child {
    margin-bottom: -60px;
    margin-top: -40px;
  }
  #environment .title span:last-child {
    margin-top: -60px;
  }
}

#environment .title span {
  font-family: "PPFormula-Medium";
  font-size: 84px;
  font-style: normal;
  font-weight: 400;
  line-height: 107px;
  letter-spacing: -5.04px;
}

@media (max-width: 1440px) {
  #environment .title span {
    font-size: 44px;
  }
}

@media (max-width: 600px) {
  #environment .title span {
    font-size: 34px;
  }
}

#environment .title span:nth-child(2) {
  color: #45bf7d;
}

#environment .title span:last-child,
#environment .title span:first-child {
  background: linear-gradient(180deg, #141414 0%, #747484 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#environment .cards div div {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
#environment .cards div div p {
  color: #fff;
  font-family: "PPTelegraf-Light";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.5px; /* 158.333% */
  letter-spacing: -0.36px;
  z-index: 999;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px 50px;
  background: linear-gradient(0deg, rgba(69, 191, 125, 0.8) 0%, rgba(69, 191, 125, 0) 100%);
  height: 50%;
  display: flex;
  align-items: flex-end;
}
#environment .cards div div h1 {
  border-radius: 30px 0px 0px 30px;
  background: #45bf7d;
  color: #fff;
  font-family: "PPFormula-Medium";
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 62.222% */
  letter-spacing: -1.35px;
  padding: 25px 53px;
  position: absolute;
  top: 172px;
  right: 0;
  z-index: 999;
}

@media (width<1440px) {
  #environment .cards div div h1 {
    top: 90px;
  }
}
#environment .cards div div::after {
  background: rgba(69, 191, 125, 0.29);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
