.paragraph--type--image {
  width: 100%;
}
.paragraph--type--image .container-rounded-image {
  display: flex;
}
.paragraph--type--image .rounded-image--left {
  border-radius: 62.5rem 0 0 62.5rem;
  margin-left: auto;
}
.paragraph--type--image .rounded-image--center {
  margin: auto;
}
.paragraph--type--image .rounded-image--right {
  border-radius: 0 62.5rem 62.5rem 0;
  margin-right: auto;
}