/* Start Hero */
.hero--woodworm .hero-image {
  width: calc(80px + 29vw);
  right: calc(30vw - 285px);
  max-width: 679px;
  max-height: 679px;
  transform: translateY(9%);
}
.hero--woodworm h1 {
  max-width: 625px;
}
@media (max-width: 850px) {
  body .hero.hero--secondary h1 {
    margin-bottom: 20px;
  }
  .hero--woodworm .hero-image {
    width: 90%;
    max-width: 500px;
  }
}
@media (max-width: 450px) {
  body .hero.hero--secondary h1 {
    font-size: calc(var(--textFontSizeXL) - 4px);
  }
  .hero__wrapper {
    margin-bottom: 30px;
  }
}
/* End Hero */
/* Start About */
.about__gradient::before {
  background: linear-gradient(
    270deg,
    rgba(160, 197, 57, 0) 50.96%,
    rgba(160, 197, 57, 0.8) 100%
  );
}
.about__title {
  margin-bottom: 46px;
}
.about__content {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .about__title {
    margin-bottom: 25px;
  }
  .about__content {
    margin-bottom: 25px;
  }
}
/* End About */
@media (max-width: 600px) {
  .post-template-service-woodworm .process-5-steps__hex-content h2 {
    font-size: 20px;
  }
  .post-template-service-woodworm .process-5-steps__content p:nth-child(2) {
    display: none;
  }
}
