/* Start Hero */
.post-template-pest-fleas .hero-image {
  width: calc(78vw - 155px);
  top: 50%;
  transform: translateY(-35%);
  right: 5vw;
  max-width: 1400px;
}
@media (max-width: 1920px) {
  .post-template-pest-fleas .hero-image {
    right: calc(1vw - 100px);
  }
}
@media (max-width: 1280px) {
  body .hero.hero--secondary h1 {
    max-width: 575px;
    margin-bottom: 25px;
  }
  .hero__wrapper > span {
    font-size: calc(55px + 3vw);
  }
  .hero__content {
    max-width: 545px;
  }
}
@media (max-width: 850px) {
  .post-template-pest-fleas .hero-image {
    width: 100%;
    max-width: 768px;
  }
  .hero.hero--secondary {
    padding-bottom: 0;
  }
}
@media (max-width: 380px) {
  .hero__wrapper .button--primary{
    padding: 12px 20px;
    font-size: calc(var(--textFontSizeM) - 2px);
  }
}
  /* End Hero */
/* Start Fleas Intro */
.fleas-intro {
  position: relative;
  padding: 85px var(--sidePadding);
}
.fleas-intro__wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
  display: flex;
  gap: 75px;
  color: var(--grayDark);
}
.fleas-intro__title {
  font-size: var(--textFontSizeL);
  font-weight: 700;
  text-transform: uppercase;
}
.fleas-intro__wrapper > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: space-between;
}
.fleas-intro__wrapper img {
  width: 100%;
  height: 268px;
  border-radius: 30px;
  object-fit: cover;
}
.fleas-intro__content {
  font-size: var(--textFontSizeS);
  font-weight: 400;
  font-family: var(--secondaryFont);
  text-align: justify;
}
.fleas-intro__content strong {
  font-weight: 500;
}

@media (max-width: 1280px) {
  .fleas-intro__wrapper {
    gap: 4vw;
  }
  .fleas-intro__wrapper img {
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
  }
}
@media (max-width: 980px) {
  .fleas-intro__wrapper {
    flex-direction: column;
  }
  .fleas-intro__wrapper img {
    width: 100%;
    height: calc(120px + 30vw);
    border-radius: 30px;
  }
  .fleas-intro__wrapper > div:last-of-type {
    flex-direction: column-reverse;
  }
}

/* End Fleas Intro */

/* Start fleas Treatments */
.fleas-treatments__flex {
  width: 100%;
  display: flex;
}
.fleas-treatments__container {
  width: calc(50% + 150px);
  padding: 60px 50px 60px var(--sidePadding);
  background: var(--green);
  color: white;
}
.fleas-treatments__container ul {
  width: 100%;
  max-width: calc(calc(var(--maxScreenWidth) / 2) + 100px);
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3.5vw;
  row-gap: 30px;
}
.fleas-treatments__item {
  padding: 30px;
  background: var(--green3);
  border-radius: 30px;
}
.fleas-treatments__container ul li {
  min-height: 300px;
}
.fleas-treatments__container ul li h2 {
  font-size: var(--textFontSizeL);
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
}
.fleas-treatments__container ul li h3 {
  font-size: var(--textFontSizeM);
  font-family: var(--secondaryFont);
  font-weight: 600;
  margin-bottom: 20px;
}
.fleas-treatments__content {
  font-family: var(--secondaryFont);
  font-size: var(--textFontSizeS);
  font-weight: 400;
  text-align: justify;
  line-height: 1.2;
}
.fleas-treatments__cta {
  width: 100%;
  max-width: calc(calc(var(--maxScreenWidth) / 2) + 100px);
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  gap: 25px;
}

.fleas-treatments__cta .button--primary {
  text-transform: uppercase;
}
.fleas-treatments__content-bottom {
  text-align: center;
  line-height: 1.3;
}
.fleas-treatments__image {
  width: calc(50% - 150px);
}
.fleas-treatments__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1040px) {
  .fleas-treatments__container {
    width: 100%;
    padding: 85px var(--sidePadding);
  }
  .fleas-treatments__container ul {
    max-width: 100%;
  }
  .fleas-treatments__image {
    display: none;
  }
  .fleas-treatments__cta {
    max-width: 100%;
  }
}
@media (max-width: 590px) {
  .fleas-treatments__container ul {
    grid-template-columns: 1fr;
  }
  .fleas-treatments__container ul li {
    min-height: initial;
  }
}

/* End fleas Treatments */

/* Start Business Impact */

.fleas-myths {
  padding: 85px var(--sidePadding);
  overflow: hidden;
}

.fleas-myths__wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
  position: relative;
}
.fleas-myths__wrapper h2 {
  font-size: var(--textFontSizeL);
  font-weight: 700;
  color: var(--grayDark);
  margin-bottom: 25px;
  text-transform: uppercase;
  text-align: center;
}
.fleas-myths__flex {
  display: flex;
  position: relative;
  align-items: center;
  padding: 50px 0;
  gap: 50px;
}
.fleas-myths__content {
  max-width: calc(160px + 28.94vw);
  color: var(--grayDark);
  font-size: var(--textFontSizeS);
  font-weight: 400;
  font-family: var(--secondaryFont);
  text-align: justify;
}
.fleas-myths__content ul {
  margin: 35px 0 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fleas-myths__content ul li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.fleas-myths__item span {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fleas-myths__item span svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  --iconColor1: var(--green);
}
.fleas-myths__image {
  width: 100%;
  max-width: calc(21.12vw + 400px);
  aspect-ratio: 765/419;
  margin-right: -8.28vw;
  mask-image: url(../../mask/mask-2.svg);
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fleas-myths__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fleas-myths__cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fleas-myths__cta a {
  font-size: var(--textFontSizeM);
  font-weight: 600;
  color: white;
  background: var(--green3);
  padding: 15px 30px;
  border-radius: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.1s;
}
.fleas-myths__cta a:hover {
  background: var(--green);
}
.fleas-myths__cta a svg {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
@media (max-width: 1040px) {
  .fleas-myths__flex {
    flex-direction: column;
    padding: 35px 0;
  }
  .fleas-myths__content {
    max-width: 100%;
  }
  .fleas-myths__image {
    max-width: 500px;
    margin-right: 0;
  }
}
/* End Business Impact */

.post-template-pest-fleas .feedback__slider h2{
  max-width: 760px;
}