/* Start mosquitoes Hero */
.hero__content{
  max-width: 590px;
}
.hero-image--mosquitoe {
  width: 69.2vw;
  max-width: 1350px;
  right: 4vw;
  bottom: 0;
}

@media (max-width: 1920px){
  .hero-image--mosquitoe {
    right: -10vw;
  }
}

@media (orientation: portrait), (max-width: 768px), (max-height: 460px) {
  .post-template-pest-mosquitoes .hero.hero--secondary {
    padding-top: calc(65px + 4.5vw);
  }

  .hero-image--mosquitoe {
    width: 90vw;
    max-width: 706px;
  }
}

@media (max-width: 880px) {
  .hero__wrapper > span {
    font-size: calc(40px + 4vw);
  }
}

@media (orientation: landscape) and (max-height: 839px) and (min-height: 520px) {
  .hero-image--mosquitoe {
    width: 72.5vw;
    right: -12.5vw;
    bottom: 5.5vw;
  }
}

@media (max-width: 440px) {
  .post-template-pest-mosquitoes .hero.hero--secondary h1 {
    margin-bottom: 25px;
  }
  .hero__wrapper > span {
    margin-bottom: 15px;
  }
}
/* End mosquitoes Hero */


.post-template-pest-mosquitoes .image-with-accordion-list{
  height: 940px
}
@media(max-width: 1920px){
  .post-template-pest-mosquitoes .image-with-accordion-list{
    height: calc(1020px - 5.5vw);
  }
}

.post-template-pest-mosquitoes .feedback__slider h2{
  max-width: 699px;
}