.profile-ds .wrap {
  padding-bottom: 64px;
}
.profile-ds .eyebrow {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
}
.profile-ds .prose img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid var(--line-2);
  display: block;
  margin: 18px auto;
  box-shadow: var(--shadow-soft);
}
.profile-ds .prose figure {
  margin: 18px 0;
}
.profile-ds .chart-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  border: 1px solid var(--line-2);
}
.profile-ds .bench-img {
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: 12px;
  border: 1px solid var(--line-2);
  display: block;
  margin: 0 0 16px;
}
