<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.communications a {
	color: #009DDC;
}

.communications__item + .communications__item {
	margin-top: 40px;
}

.communications__content-title {
	color: #009DDC;
	font-weight: bold;
	line-height: 21px;
}

img.communications__img {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 132px;
}

@media screen and (min-width: 768px) {
	.communications__item {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.communications__content-title {
		font-size: 17px;
		line-height: 24px;
	}

	img.communications__img {
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		margin-bottom: 0;
		width: 180px;
	}

	.communications__content {
		padding-left: 50px;
		padding-top: 20px;
	}
}</pre></body></html>