/**
* Block Name: callout
*/

section.callout blockquote {
  background-color: var(--rosa);
  padding: 30px;
  border-radius: 20px;
}

section.callout blockquote svg {
  display: block; /* removes extra space below the SVG */
  width: 100%; /* ensures it always takes the full width of its container */
  height: auto; /* maintains the aspect ratio */
}
