/* shared between unsupported and error pages */
.content {
	text-align: center;
}

.content__title,
.content__description {
	margin: 0 20px;
}

.content__title {
	padding: 22px 0;
}

.content__description {
	padding: 20px 0 40px;
}

.content__image-container {
	padding: 40px 0 0;
}

.content__image {
	width: 268px;
	padding: 14px 26px;
}

.content__request-id-label,
.content__request-id-value {
	color: #ffffffa8;
	font-size: 12px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

@media (max-width: 768px) {
	.content {
		width: 100%;
	}
}
