.service.appliance {
  grid-column: 1 / -1;
  min-height: 360px;
  background: #e6e3da;
  padding-right: 52%;
}

.service.appliance::after {
  content: "PRAČKY · SUŠIČKY · MYČKY";
  position: absolute;
  right: 42px;
  bottom: 35px;
  max-width: 42%;
  color: #c3bfae;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 4vw, 4.6rem);
  font-weight: 700;
  line-height: .95;
  letter-spacing: -.06em;
  text-align: right;
}

.service.appliance:hover { background: #fff; }

@media (max-width: 850px) {
  .service.appliance { padding-right: 42px; }
  .service.appliance::after { display: none; }
}

@media (max-width: 560px) {
  .service.appliance { min-height: auto; padding-right: 24px; }
}
