.parents-one {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 168px;
  background-image: url("/public/images/home/howitworks.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.parents-one:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, white 0%, white 30%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$white", endColorstr="#00ffffff",GradientType=1 );
}

.parents-one__container {
  position: relative;
  z-index: 3;
}

.parents-one__header {
  margin-bottom: 28px;
}

.parents-one__title {
  font-size: 54px;
  line-height: 64px;
  max-width: 400px;
  font-size: 40px;
  line-height: 56px;
  font-weight: 500;
  margin-bottom: 40px;
}

.parents-one__content {
  margin-bottom: 56px;
  font-size: 24px;
  line-height: 32px;
}

.buttons .button.pink {
  background: #f04949;
  border: 1px solid #f04949;
  border-radius: 4.5px;
  color: #fff;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
}

.parents-two {
  padding-block: clamp(3rem, 8vw, 6rem);
}

.parents-two__icon {
  margin-bottom: 28px;
  display: inline-block;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.parents-two__icon {
  margin-bottom: 28px;
  display: inline-block;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.parents-two__content {
  font-size: 22px;
  line-height: 28px;
}

.parents-two__icon {
  margin-bottom: 28px;
  display: inline-block;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.parents-three {
  border-block: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: url("../../assets/images/jak-to-funguje/gradient-white.svg");
  background-size: auto 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
}

.parents-three__header {
  padding-top: 84px;
}

.parents-three__title {
  font-size: 54px;
  line-height: 65px;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}

.parents-three__claim {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.24px;
}

.parents-three__list-wrap {
  margin-left: 25px;
  margin-top: 25px;
}

.parents-onboarding p,
.parents-onboarding ol,
.parents-onboarding ul {
  color: #4a5a61;
}

.parents-three__list {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1px;
  font-weight: 500;
  counter-reset: list-counter;
  list-style: none;
}

.parents-three__list:before {
  content: "";
  display: block;
  width: 1px;
  height: 78%;
  position: absolute;
  border-left: 3px dashed #f7f7f7;
  top: 0;
  left: -6px;
}

.parents-three__list li {
  margin-bottom: 42px;
  position: relative;
}

.parents-three__list li:first-of-type:before {
  background-color: #f04949;
  color: #fff;
}

.parents-three__list li:before {
  position: absolute;
  top: -10px;
  left: -65px;
  display: block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 16px 0 #4a5a61;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  content: counter(list-counter);
  counter-increment: list-counter;
  font-size: 16px;
  line-height: 1;
  padding: 12px;
  font-weight: 700;
  color: #f04949;
}

.parents-three__list li h3,
.parents-three__list li .h3 {
  font-weight: 700;
}

.parents-onboarding h3,
.parents-onboarding .h3 {
  font-size: 21px;
  line-height: 28px;
}

.parents-three__list li p {
  font-size: 16px;
  line-height: 24px;
}

.parents-three__claim strong {
  color: #f04949;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.4px;
  margin-right: 16px;
}

.parents-four {
  padding-top: 84px;
  padding-bottom: 140px;
}

.parents-four__header {
  margin-bottom: 84px;
  text-align: center;
}

section h2,
section .h2 {
  font-size: 33px;
  color: #4a5a61;
  line-height: 48px;
  font-weight: 600;
  margin-top: 0;
}

.parents-four__row {
  margin-bottom: 42px;
}

.parents-four-block__image {
  min-width: 180px;
  width: 180px;
  position: relative;
}

.parents-four-block__image img {
  width: 100%;
  height: auto;
}

.parents-four-block__image:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #f04949;
}

.parents-four-block--cleaning .parents-four-block__image:after {
  background-color: #33c9e4;
}

.parents-four-block--pet-care .parents-four-block__image:after {
  background-color: #06d388;
}

.parents-four-block--senior .parents-four-block__image:after {
  background-color: #ee8403;
}

.parents-five {
  padding-top: 84px;
  padding-bottom: 84px;
  background-color: #f7f7f7;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
}

.parents-five__header {
  margin-bottom: 70px;
  text-align: center;
}

.parents-five-testimonial {
  padding-bottom: 42px;
}

.parents-five-testimonial .media-left {
  padding-right: 32px;
}

.parents-five-testimonial .media-left img {
  border-radius: 5px;
}

.parents-five-testimonial__content {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  font-style: italic;
}

.parents-six {
  padding-block: clamp(4rem, 10vw, 7.5rem);
  background-color: #f7f7f7;
  background-size: auto 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
}
.parents-six__header {
  margin-bottom: 42px;
}
.parents-six__content {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 32px;
}
.parents-six__image img {
  width: 100%;
  height: auto;
  padding: 32px;
}

.buttons .button.pink {
  background: #f04949;
  border: 1px solid #f04949;
  border-radius: 4.5px;
  color: #fff;
  font-weight: 600;
}/*# sourceMappingURL=jak-to-funguje.css.map */