.client-case-teaser {
  display: flex;
  align-self: stretch;
  height: 100%;

  border-radius: 20px;
  border: 1px solid var(--color-neutral--xclear);

  padding: 32px;

  max-width: 445px;
}

a.client-case-teaser:hover {
  text-decoration: none;
  background-color: var(--color-primary-x-light);
}


.cct__wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.cct__image img {
  border-radius: 52px;
}

.cct__inner {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  height: 100%;
  justify-content: space-between;
  gap: 10px;
}

.cct__texts {
  display: flex;
  flex-direction: column;
  gap: 10px
}



.cct__tags .cct__tag {
  border-radius: 5px;
  border: 1px solid #D9DBDD;
  font-family: var(--text-barlow);
  color : var(--color-primary--1);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  padding: 10px;
  align-items: center;

  width: fit-content;
}

.cct__title h3 {
  font-family: var(--font--barlow);
  color: var(--color-primary--2);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */

  margin: 0;
}

.cct__text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  align-self: stretch;
  overflow: hidden;
  text-overflow: ellipsis;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */

  margin: 0;

}

.cct__cta span.link {
  color: var(--color-secondary--1);
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  text-decoration-line: underline;
}
