<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.service-section {
  background-image: url('../../img/pompa-dach-tlo-transformed.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 70vh;
  position: relative;
  margin-bottom: 12.8rem;
}

.service-section-element {
  background-color: rgba(209, 13, 13, 0.756);
  width: 30%;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  /* height: 50%; */
  padding: 3.6rem;

  position: absolute;
}

.service-title {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 2.4rem;
}

.service-description p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 200;
  margin-bottom: 2.4rem;
}

.btn-service {
  width: 30rem;
}

/* For devices smaller than 1200px */
@media only screen and (max-width: 1200px) {
  .service-section-element {
    width: 50%;
    padding: 2rem;
  }
}

/* For devices smaller than 768px */
@media only screen and (max-width: 768px) {
  .service-section-element {
    width: 100%;
    left: 0;
    top: 90%;
    background-color: rgba(209, 13, 13, 1);
    padding: 1rem;
  }

  .service-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  .service-description p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}

/* For devices smaller than 576px */
@media only screen and (max-width: 576px) {
  .service-section-element {
    width: 100%;
    left: 0;
    top: 90%;
    background-color: rgba(209, 13, 13, 1);
    padding: 1rem;
  }

  .service-title {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }

  .service-description p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .btn-service {
    width: 100%;
  }
}
</pre></body></html>