<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header &gt; .flexBlock &gt; p{
	width: 180px;
}
@media all and (max-width: 767px) {
header &gt; .flexBlock &gt; p{
	width: 120px;
}
header &gt; .flexBlock &gt; p &gt; a &gt;img{
	width: 120px;
	height: 24px;
}
}
</pre></body></html>