.social-icons li.lang {
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #dedede;
	border-radius: 0;
}
.social-icons li.lang a {
	color: #fff !important;
	font-weight: 600;
	font-size: 18px;
}
#header .lang-mobile {
	display: none;
}
@media (max-width: 770px) {
	#header .header-row {
		position: relative;
	}
	#header .lang-mobile {
		display: block;
		position: absolute;
		right: 40px;
		padding-right: 20px;
		border-right: 1px solid #dedede;
	}
}
.page-desc p {
	font-size: 1.1em !important;
	margin-bottom: 1.5rem!important;
}

.service-desc p {
	font-size: 1.1em !important;
	padding-bottom: 1rem!important;	
	margin-bottom: 1.5rem!important;
}
blockquote {
	border:none;
	background-color: #eee;
	padding: 20px 20px 20px 80px;
	border-radius: 10px;
	position: relative;
	margin-bottom: 2.5rem !important;
}
blockquote::before {
	font-family: 'Font Awesome 6 Free';
	content: "\f10d";
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 20px;
	font-size: 40px;
	opacity: 0.5;
	transform: translateY(-50%);
}
blockquote p, .service-desc blockquote p {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	font-style: italic;
}