article {
  padding: 0;
}

.wstep {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  font-size: 1.5em;
  align-items: center;
  width: 80vw;
}

.wstep p {
  text-align: center;
  margin: 70px;
}

.wstep img {
  width: 100%;
  justify-self: right;
  margin: 0;
}

@media (max-width: 1000px) {
  .wstep {
    grid-template-columns: 1fr;
    width: 100vw;
  }
  .wstep img {
    width: 70%;
    justify-self: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 730px) {
  .wstep {
    font-size: 1.1em;
  }
  .wstep p {
    margin: 50px 15px;
    text-align: center;
  }
  .wstep img {
    width: 100%;
  }
}
#cennik {
  background-color: #fff;
  border-top: 8px solid rgb(253, 216, 29);
  padding-bottom: 20px;
}

h2 {
  font-size: 2em;
}

#cennik p {
  font-size: 1.2em;
}

#cennik > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 0;
}

#cennik > div > div {
  background-color: #ebebeb;
  padding: 20px;
  max-width: 400px;
  width: 100%;
  box-shadow: 4px 4px 0px rgb(253, 216, 29);
}

h5 {
  font-size: 1.5em;
}

@media (max-width: 1700px) {
  #cennik > div {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 1100px) {
  .wstep {
    width: 100vw;
  }
  article {
    width: 100vw;
  }
}
@media (max-width: 760px) {
  #cennik p {
    font-size: 1em;
  }
  h5 {
    font-size: 1.2em;
  }
}
@media (max-width: 500px) {
  #cennik p {
    text-align: left;
    padding: 0 20px;
  }
  #cennik > div > div {
    box-shadow: 0 4px rgb(253, 216, 29);
    max-width: none;
  }
}/*# sourceMappingURL=pranie-tapicerki-samochodowej.css.map */