.shape-1 {
  width: 500px;
  height: 500px;
  margin: 0 auto;
	overflow: hidden;
}

/* .shape-1:hover svg { */
/*   visibility: visible; */
/*   opacity: 0.2; */
/* } */

/* svg { */
/*   width: 250px; */
/*   height: auto; */
/*   visibility: hidden; */
/* } */

p {
  hyphens: auto;
  font-size: var(--font-size);
  display: block;
  text-align: justify;
  /* font-family: var(--font-family-2); */
  line-height: var(--line-height);
  word-break: break-all;
}


