.speech-bubble {
	margin: 0 15px;
	padding: 10px 20px;
	font-size: 1.2em;
	background: #425c53;
	color: white;
	border-radius: 10px;
	position: relative;
	width: 46%;
}

.speech-bubble::before {
	border: 12.5px solid transparent;
	border-top: 12.5px solid #425c53;
	border-bottom: 0;
	height: 0;
	width: 0;
	border-top-width: 25px;
	content: "";
	display: block;
	position: absolute;
	left: 3rem;
	bottom: -25px;
	transform-origin: center;
	transform: rotate(90deg) skew(-25deg) translateY(16.6666666667px);
}

.speech-bubble cite {
	position: absolute;
	bottom: -25px;
	left: 4.5rem;
	font-size: 0.9rem;
	font-style: normal;
	color: #425c53;
	filter: none;
}
