div.component-card-partner {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 24px 20px;
}
div.component-card-partner .logo {
  height: 30px;
  width: 200px;
  filter: brightness(0) invert(1);
}
div.component-card-partner .logo img, div.component-card-partner .logo picture {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
div.component-card-partner .author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}
div.component-card-partner .author .author-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
}
div.component-card-partner .author .author-avatar img, div.component-card-partner .author .author-avatar picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
div.component-card-partner .author .author-name {
  font-family: var(--typo-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}
div.component-card-partner .author .author-job {
  font-family: var(--typo-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  opacity: 0.7;
}