.subtitle { 
	& h4 {
		text-align: center;
		padding: 0;
		margin-block: 10px 0;
		color: #323e7e;
		font-size: 1.6em;
	}
	& img { margin:20px auto 0; }
}

.dedicate {
	font-style: italic;
	font-size: 1.3em;
	font-weight: bold;
}
.dedicate:before { all:unset; }

.mobile .dedicate {
	font-size: 1.15em;
	text-wrap: balance;
	text-align: center;
	margin-bottom: 0;
}