.paragraph--type--links .link-item {
  background: linear-gradient(90deg, #0099C9, #38B6AB);
  padding: 2rem;
  border-radius: 0 1000px 1000px 0;
  color: white;
}
.paragraph--type--links .link-item .link-title {
  font-weight: bold;
  margin-bottom: 2rem;
  font-size: 1.25rem;
}
.paragraph--type--links .link-item .link-url a {
  color: white;
}