.kontackkrt-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.kontackkrt-image img {
  width: 70%;
  border-radius: 10px;
}

.kontackkrt-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}

.kontackkrt-text {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}

.kontackkrt-number {
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
  margin: 10px 0;
}

.kontackkrt-subtitle {
  font-size: 1.1rem;
  font-weight: bold;
  color: #000;
  margin-top: 20px;
}

.kontackkrt-description {
  font-size: 0.95rem;
  color: #4a4a4a;
  max-width: 700px;
}

.kontackkrt-button {
  margin-top: 20px;
}

.kontackkrt-button button {
  background-color: #2ecc71;
  color: #000;
  padding: 12px 24px;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s;
}

.kontackkrt-button button:hover {
  background-color: #27ae60;
}

@media (max-width: 768px) {
  .kontackkrt-title {
    font-size: 1.2rem;
  }

  .kontackkrt-number {
    font-size: 1.1rem;
  }

  .kontackkrt-subtitle {
    font-size: 1rem;
  }
}



.kontackkrt-section {
  padding: 20px;
  font-family: sans-serif;
}

.kontackkrt-container {
  max-width: 1100px;
  margin: auto;
}

.kontackkrt-desc {
  font-size: 16px;
  margin-bottom: 30px;
  color: #333;
}

.kontackkrt-table {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.kontackkrt-row {
  display: flex;
  flex-direction: row;
  padding: 15px 0;
  border-top: 1px solid #eee;
}

.kontackkrt-label {
  width: 200px;
  font-weight: bold;
  color: #000;
}

.kontackkrt-value {
  flex: 1;
  color: #333;
}

.kontackkrtimg-section {
  padding: 20px 0;
  background: #ffffff;
  text-align: center;
}

.kontackkrtimg-container {
  max-width: 900px;
  margin: auto;
}

.kontackkrtimg-image {
  max-width: 100%;
  height: auto;
}

.kontackkrt-cta {
  text-align: center;
  padding: 40px 20px;
}

.kontackkrt-cta-title {
  font-size: 24px;
  font-weight: bold;
  color: #111;
  margin-bottom: 10px;
}

.kontackkrt-cta-text {
  font-size: 18px;
  margin-bottom: 20px;
  color: #444;
}

.kontackkrt-cta-button {
  background: #34d399;
  color: white;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .kontackkrt-row {
    flex-direction: column;
  }

  .kontackkrt-label {
    width: 100%;
    margin-bottom: 5px;
  }

  .kontackkrt-cta-title {
    font-size: 20px;
  }

  .kontackkrt-cta-text {
    font-size: 16px;
  }
}