.current_projekte-block .button-primary {
  --btn-color: #ea593d;
}

.btn-text__bg {
  width: 18rem;
  height: auto;
}

.project_grid figure {
  height: 284px;
  overflow: hidden;
}

.project_grid img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.project_grid h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3.2rem;
}

@media (max-width: 768px) {
  .project_grid figure {
    height: 250px;
    overflow: hidden;
  }
}
