<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contact-img img {
	width: 100%;
	max-width: 100%;
	height: auto;
	background-size: cover;
	padding: 8px 0;
}

.contact-form span {
	color: rgb(89, 89, 89);
	font-size: 13px;
}

.contact-form p:first-child {
	margin-top: 10px;
}

.contact-img {
	border: 1px solid #e4eaec;
	padding: 0 8px;
	box-sizing: border-box;
	background-color: rgba(243, 247, 249, .3);
}

.contact-right {
	vertical-align: middle !important;
	color: #000;
	border: 1px solid #e4eaec;
	border-left: none;
	background-color: rgba(243, 247, 249, .3);
}

@media screen and (min-width: 768px) {
	.cr-text {
		padding-left: 90px !important;
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

#contact-form {
	margin-top: 60px;
}

@media screen and (max-width: 768px) {
	.cr-text {
		padding-top: 20px;
		padding-left: 0 !important;
	}
}</pre></body></html>