.sl-project-inner {
  display: grid;
  grid-template-columns: 2fr 1.3fr;
  gap: 32px;
  align-items: center;
  padding:0 60px;
}

.sl-project-image img {
  width: 100%;
  height: auto;
  display: block;
}

.sl-project-title {
  margin: 0 0 12px;
  font-size: 1.2rem;
}

.sl-project-title a {
  text-decoration: none;
}

.sl-project-text {
  margin-bottom: 16px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.sl-project-button {
  display: inline-block;
  font-size: 0.9rem;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #ff497c;
}

/* Swiper Navigation (Pfeile) in Pink */
.sl-project-slider .swiper-button-next,
.sl-project-slider .swiper-button-prev {
  color: #ff497c;
}

/* Optional: Hover etwas transparenter */
.sl-project-slider .swiper-button-next:hover,
.sl-project-slider .swiper-button-prev:hover {
  opacity: 0.85;
}

/* Optional: Wenn du auch die Größe anpassen willst */
.sl-project-slider .swiper-button-next::after,
.sl-project-slider .swiper-button-prev::after {
  font-size: 28px; /* nach Bedarf */
}


/* Mobile */
@media (max-width: 767px) {
  .sl-project-inner {
    grid-template-columns: 1fr;
  }
}
