@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
  color: #333;
}

.sekcja-oferta {
  background-color: #fff;
  padding: 60px 20px;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.oferta-naglowek h2 {
  font-size: 32px;
  font-weight: 700;
  color: #d21919;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 2px solid #d21919;
  display: inline-block;
  padding-bottom: 10px;
}

.oferta-opis p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.oferta-opis strong {
  color: #000;
}
.kontakt-sekcja-serwis {
  background-color: #ffffff;
  padding: 60px 20px;
  position: relative;
  font-family: 'Roboto', sans-serif;
}



.lewa-strona-opisu {
  max-width: 60%;
}

.prawa-strona-kafelek {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 280px;
}

.kafelek {
  position: relative;
  background-color: #f0f2f5;
  border: 1px solid #ccc;
  border-radius: 14px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease;
}

.kafelek:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.kafelek h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #003366;
  font-weight: 600;
}

.kafelek p {
  margin: 6px 0;
  color: #444;
  font-size: 1rem;
}

.kafelek a {
  color: #007bff;
  text-decoration: none;
}

.kafelek a:hover {
  text-decoration: underline;
}

.firma-logo {
  position: absolute;
  bottom: -40px;
  right: 20px;
  opacity: 0.2;
  width: 100px;
  height: auto;
  pointer-events: none;
}
