/* Start Hero */
.post-template-pest-rodents h1 {
  max-width: 699px;
}
.hero-image--rodent {
  width: 52.2vw;
  height: 55.9vw;
  top: 10.71vw;
  right: 2.03vw;
}
.hero__content {
  max-width: 578px;
}

@media (orientation: portrait), (max-width: 768px), (max-height: 460px) {
  .post-template-pest-rodents .hero.hero--secondary {
    padding-top: calc(5.5vw + 70px);
  }
  .post-template-pest-rodents .hero.hero--secondary h1 {
    font-size: 37px;
    margin-bottom: 20px;
  }
  .hero-image--rodent {
    width: 94vw;
    max-width: 666px;
    height: auto;
    margin-bottom: calc(-10.4vw - 80px);
  }
}
@media (orientation: landscape) and (max-width: 1366px) and (min-height: 920px) {
  .hero__wrapper > span {
    margin-top: -150px !important;
  }
}
@media (max-width: 1024px) {
  .hero-image--rodent {
    right: -110px;
    top: 32%;
  }
}

/* End Hero */

/* Start CTA Banner */
.cta-banner {
  margin-bottom: 0;
}

.cta-banner__wrapper {
  flex-direction: column;
  color: white;
}

.cta-banner__wrapper h3 {
  font-weight: 600;
  font-size: var(--textFontSizeM);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  font-family: var(--secondaryFont);
}

.cta-banner__content {
  font-size: var(--textFontSizeS);
  text-align: left;
  font-family: var(--secondaryFont);
}

.cta-banner__wrapper > div {
  width: 100%;
}
/* End CTA Banner */

/* Start Rodent Control */
.rodent-control {
  padding: 100px var(--sidePadding);
}

.rodent-control__wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
}

.rodent-control__wrapper h2 {
  color: var(--grayDark);
  font-size: var(--textFontSizeL);
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}

.rodent-control__flex {
  display: flex;
  gap: 45px;
}

.rodent-control__flex > * {
  width: 50%;
}

.rodent-control__content {
  color: var(--grayDark);
  font-size: var(--textFontSizeS);
  font-family: var(--secondaryFont);
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 40px;
}
.rodent-control__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rodent-control__content-bottom {
  margin-bottom: 30px;
  text-align: center;
}
.rodent-control__content strong {
  font-weight: 700;
}

.rodent-control__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.rodent-control__item {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
.rodent-control__item span {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rodent-control__item span svg {
  --iconColor1: var(--green);
}

.rodent-control__item-content h3 {
  font-size: var(--textFontSizeM);
  font-weight: 700;
  font-family: var(--secondaryFont);
  color: var(--grayDark);
  display: inline;
}
.rodent-control__item-content p {
  font-size: var(--textFontSizeM);
  font-family: var(--secondaryFont);
  color: var(--grayDark);
  font-weight: 500;
  display: inline;
}

@media (max-width: 768px) {
  .rodent-control__flex {
    flex-direction: column;
    gap: 0;
    margin-bottom: 40px;
  }
  .rodent-control__flex > * {
    width: 100%;
  }
}

/* End Rodent Control */

/* Start Rodent Elimination */
.rodent-elimination {
  padding: 100px var(--sidePadding) 0;
}
.rodent-elimination__wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
}
.rodent-elimination__wrapper h2 {
  color: var(--grayDark);
  font-size: var(--textFontSizeL);
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}
.rodent-elimination__content {
  color: var(--grayDark);
  font-size: var(--textFontSizeM);
  font-family: var(--secondaryFont);
  font-weight: 300;
  text-align: justify;
  line-height: 1.2;
  margin-bottom: 45px;
}
.rodent-elimination__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--sidePadding);
}
.rodent-elimination__item {
  background: var(--green3);
  color: white;
  padding: 26px;
  padding-top: 50px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: calc(200px + 6.37vw);
}
.rodent-elimination__item svg {
  --iconColor1: var(--green);
  width: 70px;
  height: 70px;
}
.rodent-elimination__item > span {
  font-size: var(--textFontSizeXL);
  line-height: 1;
  margin-top: 5px;
}
.rodent-elimination__item strong {
  font-weight: 600;
}
.rodent-elimination__item-title {
  font-size: var(--textFontSizeM);
  font-family: var(--secondaryFont);
  text-align: center;
  margin-bottom: 25px;
  margin-top: 15px;
  max-width: calc(150px + 2.5vw);
}
.rodent-elimination__item-content {
  font-size: var(--textFontSizeS);
  font-family: var(--secondaryFont);
  text-align: justify;
}
.rodent-elimination__content--bottom {
  margin-bottom: 100px;
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 768px) {
  .rodent-elimination__item {
    max-width: 320px;
  }
}
/* End Rodent Elimination */

.post-template-pest-rodents .feedback__slider h2 {
  max-width: 666px;
}
