@media screen and (min-width: 768px) {
  .wwd-stages-of-electricity {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .wwd-stages-of-electricity {
    margin-bottom: 80px;
  }
}
.wwd-stages-of-electricity__head {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .wwd-stages-of-electricity__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.wwd-stages-of-electricity__title {
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 32px;
  display: block;
}
@media screen and (min-width: 768px) {
  .wwd-stages-of-electricity__title {
    margin-right: 48px;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (min-width: 1440px) {
  .wwd-stages-of-electricity__title {
    font-weight: 300;
    flex: 0 0 50%;
    font-size: 34px;
    line-height: 38px;
  }
}
.wwd-stages-of-electricity__slider {
  margin: 0 -24px 42px;
}
@media screen and (min-width: 768px) {
  .wwd-stages-of-electricity__slider {
    margin: 0;
  }
}
.wwd-stages-of-electricity__card-icon {
  height: 32px;
  width: 32px;
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.wwd-stages-of-electricity__slide {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .wwd-stages-of-electricity__slide {
    flex: 0 0 calc(50% - 38px);
  }
}
@media screen and (min-width: 1024px) {
  .wwd-stages-of-electricity__slide {
    flex: 1 0 auto;
  }
}
.wwd-stages-of-electricity__card {
  border-radius: 54px 16px 16px 16px;
  padding: 32px;
  position: relative;
  z-index: 1;
  background-color: var(--color-grey-2);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .wwd-stages-of-electricity__card {
    padding: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .wwd-stages-of-electricity__card {
    padding: 32px;
  }
}
.wwd-stages-of-electricity__card-text {
  margin-bottom: 4px;
  position: relative;
  font-size: 12px;
  line-height: 14px;
  z-index: 1;
  color: var(--color-grey-1);
}
.wwd-stages-of-electricity__card-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
@media screen and (min-width: 1440px) {
  .wwd-stages-of-electricity__card-title {
    font-size: 24px;
    line-height: 28px;
  }
}
.wwd-stages-of-electricity__arrow {
  flex: 0 0 24px;
  display: none;
}
@media screen and (min-width: 768px) {
  .wwd-stages-of-electricity__arrow {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .wwd-stages-of-electricity__arrow:nth-of-type(4) {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .wwd-stages-of-electricity__arrow:nth-of-type(4) {
    display: flex;
  }
}
.wwd-stages-of-electricity__pagination {
  padding: 24px 24px 0;
}
.wwd-stages-of-electricity .swiper-slide {
  height: auto;
}
@media screen and (min-width: 768px) {
  .wwd-stages-of-electricity .swiper-slide {
    height: unset;
    margin-bottom: 24px;
    width: fit-content;
  }
}
.wwd-stages-of-electricity .swiper-wrapper {
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .wwd-stages-of-electricity .swiper-wrapper {
    flex-wrap: wrap;
    width: unset;
    margin-right: -24px;
  }
}
@media screen and (min-width: 1024px) {
  .wwd-stages-of-electricity .swiper-wrapper {
    margin-right: -12px;
  }
}
@media screen and (min-width: 1440px) {
  .wwd-stages-of-electricity .swiper-wrapper {
    margin-right: -28px;
  }
}
