@media (min-width: 2133px) {
  .adventures-wrp,
  .power-play-wrp,
  .steps-wrp {
    background-size: 100% 100%;
  }
}

@media (min-width: 1800px) and (max-width: 1899px) {
  .powerpals-img img {
    height: 310px;
  }

  .powerpals-content {
    max-width: 336px;
  }

  .perfectpal-section {
    margin: 0 -25px;
  }
}

@media (min-width: 1700px) and (max-width: 1799px) {
  .container {
    max-width: 1400px;
  }

  .powerpals-img img {
    height: 280px;
  }

  .powerpals-content {
    max-width: 336px;
  }

  .powerpals-item.prev,
  .swiper-slide-prev {
    left: 50px;
  }

  .powerpals-item.next,
  .swiper-slide-next {
    right: 50px;
  }

  .powerpals-item.first,
  .swiper-slide.first {
    left: 150px;
  }

  .powerpals-item.last,
  .swiper-slide.last {
    right: 150px;
  }

  .perfectpal-section {
    margin: 0 -25px;
  }

  .perfectpal-block-bg {
    width: 382px;
  }

  .adventures-bg {
    width: 490px;
  }
}

/* Continue with remaining media queries following same formatting pattern */

@media (min-width: 1600px) and (max-width: 1699px) {
  .container {
    max-width: 1440px;
  }

  .powerpals-img img {
    height: 280px;
  }

  .powerpals-content {
    max-width: 336px;
  }

  .powerpals-item.prev,
  .swiper-slide-prev {
    left: 50px;
  }

  .powerpals-item.next,
  .swiper-slide-next {
    right: 50px;
  }

  .powerpals-item.first,
  .swiper-slide.first {
    left: 150px;
  }

  .powerpals-item.last,
  .swiper-slide.last {
    right: 150px;
  }

  .powerpals-slider .slick-list {
    padding: 0 6% !important;
  }

  .perfectpal-section {
    margin: 0 -45px;
  }

  .perfectpal-block-bg {
    width: 362px;
  }

  .perfectpal-content {
    max-width: 240px;
  }

  .community-right {
    margin: 0;
  }

  .count * {
    font-size: 70px;
  }

  .adventures-wrp {
    padding: 200px 0 115px;
  }

  .adventures-bg {
    width: 430px;
  }

  .adventures-img {
    max-width: 300px;
  }
}

/* Continue with remaining media queries... */
