.over-mij {
  background-color: #181b1f;
  color: #e2e8f0;
  padding: 80px 20px;
}

.over-mij h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 50px;
}

.over-content {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.over-text {
  flex: 1;
  min-width: 280px;
  font-size: 18px;
  line-height: 1.7;
  color: #cbd5e1;
}

.over-image {
  flex: 1;
  min-width: 280px;
  display: flex;
  justify-content: center;
}

.over-image img {
  width: 300px;
  max-width: 100%;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

@media (max-width: 768px) {
  .over-content {
    flex-direction: column;
    text-align: center;
  }

  .over-text {
    font-size: 17px;
  }
}
