/*  region contact-us */
section#contact-us {
	font-family: var(--default-font);
	padding-top: 30px;
	margin: 60px var(--section-margin) 0 var(--section-margin);
}

section#contact-us h2 {
	font-family: var(--default-font);
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0;
	color: #08416E;
	padding: 0 0 0 0;
	border-radius: 0 0 0 0;
	max-width: 680px;
	margin-bottom: 20px;
}

section#contact-us h2::before {
	content: "";
	display: inline-block;
	margin-left: 15px;
	background-color: var(--btn-special-color);
	width: 10px;
	aspect-ratio: 1 / 1;
	border-radius: 20%;
	transform: rotateZ(45deg);
}

html[dir='ltr'] section#contact-us h2::before {
	margin-left: 0;
	margin-right: 15px;
	margin-bottom: 5px;
}

section#contact-us iframe {
	border-radius: 10px;
	box-shadow: 0px 0px 24px 1px rgba(121, 160, 190, 0.24);
}

section#contact-us .contact-us__description > p {
	font-family: var(--default-font);
	color: #404040;
	font-size: 18px;
	font-weight: 300;
	line-height: 36px;
	direction: var(--default-direction);
	unicode-bidi: embed;
	margin: 0 0 1em 20px;
	text-align: justify;
}

html[dir='ltr'] section#contact-us .contact-us__description > p {
	margin: 0 20px 1em 0;
}

section#contact-us .p_bold {
	color: #171717;
	font-weight: 500;
}

section#contact-us .contact-us__description a {
	height: 30px;
	display: flex;
	margin-bottom: 20px;
	margin-left: 0;
	text-decoration: none;
}

section#contact-us .contact-us__description .a {
	height: 30px;
	display: flex;
	margin-bottom: 20px;
	margin-left: 30px;
	text-decoration: none;
}

section#contact-us .contact-us__description > *:nth-of-type(5) {
	margin-bottom: 80px;
}

.contact-us__links img {
	height: 30px;
	filter: brightness(0) saturate(100%) invert(25%) sepia(60%) saturate(587%) hue-rotate(167deg) brightness(97%) contrast(89%);
}

.contact-us__links p {
	display: inline-block;
	font-family: var(--default-font);
	color: #404040;
	text-decoration: none;
	font-size: 18px;
	font-weight: 300;
	line-height: 36px;
	direction: var(--default-direction);
	unicode-bidi: embed;
	text-align: justify;
	margin: auto 15px auto 0;
}

html[dir='ltr'] .contact-us__links p {
	direction: ltr;
	margin: auto 15px auto 15px;
}


@media only screen and (max-width: 600px) {
	section#contact-us .contact-us__description > *:nth-of-type(5) {
		margin-bottom: 60px;
	}

	.contact-us__links p {
		font-size: 14px;
	}
}

@media only screen and (max-width: 500px) {
	section#contact-us .contact-us__description > *:nth-of-type(5) {
		margin-bottom: 80px;
	}

	section#contact-us .contact-us__description {
		margin-bottom: 80px;
	}
}

/* endregion */
