.demo-5 {
	--color-text: #fff;
	--color-bg: #0F1617;
	--color-link: #fff;
	--color-link-hover: #EB4C4F;
	--color-info: #ac1122;
	--color-title: #fff;
	--color-subtitle: #fff;
    --color-subtitle-bg: #EB4C4F;
}

.content__title {
	font-size: 10vw;
	font-weight: normal;
	color: var(--color-title);
	text-align: center;
	line-height: 1;
	margin: 0;
	margin-bottom: 0.2em;
	pointer-events: none;
}

.content__subtitle {
	font-size: 1.25em;
	border-radius: 12px;
	text-align: center;
	background: var(--color-subtitle-bg);
	color: var(--color-subtitle);
	padding: 0.45em 0.5em;
	line-height: 1;
	margin: 0;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	font-weight: bold;
	text-transform: uppercase;
}

.content__subtitle_1 {
	font-size: 1.2em;
	background: var(--color-subtitle-bg);
	color: var(--color-subtitle);
	padding: 0.45em 0.5em;
	line-height: 1;
	margin: 0;
	letter-spacing: 0.3em;
	text-indent: 0.5em;
	font-weight: bold;
	text-transform: uppercase;
}
.content_logo{
	width: 16vw;
	transform: translateY(16%);
}
@media screen and (max-width: 55em) {
	.content__title {
		font-size: 3.5em;
	}
	.content__subtitle {
		font-size: 0.85em;
        border-radius: 0;
        width: 100%;
        line-height: 1.5;
		font-size: 0.85em;
	}
}