.random-citat {
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px 20px;
	text-align: center;
}

.random-citat__text {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: clamp(2rem, 4vw, 4.5rem);
	font-style: italic;
	font-weight: 400;
	line-height: 1.25;
	color: #723932;
	quotes: "“" "”";
}

.random-citat__text::before {
	content: open-quote;
}

.random-citat__text::after {
	content: close-quote;
}

.random-citat__author {
	margin-top: 35px;
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: clamp(1rem, 1.5vw, 1.35rem);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	color: #723932;
}

.random-citat__author::before {
	content: "– ";
}

@media (max-width: 640px) {
	.random-citat {
		padding: 20px 10px;
	}

	.random-citat__text {
		font-size: clamp(1.75rem, 8vw, 2.6rem);
		line-height: 1.3;
	}

	.random-citat__author {
		margin-top: 25px;
	}
}
