.paragraph--type--content-card-grid-dynamic-conten .card.content-card,
.paragraph--type--dynamic-content-cards .card.content-card {
  background-color: transparent;
  gap: 12px;
  box-shadow: none;
}
.paragraph--type--content-card-grid-dynamic-conten .content-card img,
.paragraph--type--dynamic-content-cards .content-card img {
  border-radius: var(--border-radius-lg);
}
.paragraph--type--content-card-grid-dynamic-conten .card-body,
.paragraph--type--dynamic-content-cards .card-body {
  align-items: flex-start;
  padding: 0;
}
.paragraph--type--content-card-grid-dynamic-conten .content-card .text-wrapper,
.paragraph--type--dynamic-content-cards .content-card .text-wrapper {
  text-align: left;
}
.paragraph--type--content-card-grid-dynamic-conten .content-card .title,
.paragraph--type--dynamic-content-cards .content-card .title {
  font-size: var(--typography-font-size-heading4-sm);
  line-height: var(--typography-line-height-heading4-sm);
  font-weight: var(--font-weight-bold);
} 