@charset "UFT-8";
.contact-us{
	background: #0059AB !important;
	padding: 50px 25px;
	color: #333;
	margin-bottom: 0;
}

.contact-us h2{
	font-size: 27px;
	color: #fff;
}

.contact-us__content{
	background: #fff;
	margin-top: 50px;
	padding: 25px;
	border-radius: 5px;
}

@media screen and (max-width: 767px) {
	.contact-us p {
		font-size:12px;
		line-height: 1.5;
	}
.contact-us .section-heading {
	background:none !important;
	margin-bottom: 20px;
	padding: .5em 0;
	color: #fff;
}
.contact-us .section-heading:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(50, 166, 156, 0);
	border-top-color: #32a69c;
	border-width: 10px;
	margin-left: -10px;
}

.contact-us__content h2{
	background: #EAF2FA;
	color: #0059AB;
	font-size: 14px;
	margin: 20px auto;
	padding: 15px;
	margin: 30px;
	width: auto;
	display: inline-block;
}

.logo__smilezemi{
	width: 50%;
	height: auto;
	margin: 0 auto;
}

.contact-us__content hr{
	border-top:solid 1px #D9D9D9;
	margin: 25px 0;
}

.contact-us .c-list-attention ul li{
	text-indent: 0;
	margin-left: 0;
}

.btn__cta{
    width: auto;
    height: 50px;
	font-weight: bold;
	margin: 25px auto;
	border-radius: 25px;
	display: flex;
    justify-content: center;
    align-items: center;
	box-shadow: 0 4px 0 #d9d9d9;
	cursor: pointer;
}

/* .container > .row > [class*='col-sm-'] + [class*='col-sm-'] {
	margin-top: 0;
} */
}
