.contact__card {
	padding: 80px 0 0 50px!important;
	font-size: 25px;
	font-family: 'Gotham Book';
}

.contact__card .title {
	text-align: left;
}

.contact__card .title__decor {
	margin: 10px auto 0px 0px;
}

.contact__q {
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url(../../img/listing_pattern.png);
	background-color: #f4f4f4;
}

.contact__q_chicks {
	border: 1px solid #E5E5E5;
	background: #FFF;
}

.contact__q_chick {
	margin: 50px;
}

.contact__q_chick:first-child {
	border-bottom: 1px solid #e5e5e5;
}

.contact__q_chick_title {
	font-family: 'Didot LT Std';
	margin-bottom: 0;
}

.contact__q_chick_title_decor {
	display: inline-block;
	margin: 5px auto 0;
	width: 65px;
	height: 1px;
}

.contact__q_chick_logo {
	height: 314px;
	background-repeat: no-repeat;
	background-size: contain;
}

._erica {
	background-image: url(../../img/erica.png);
}

._lorena {
	background-image: url(../../img/lorena.png);
}

.contact-chicks {
    float: right;
    margin-top: -60px;
} 

.contact-chicks:after {
 content: '';
 clear: both;
 display: table;
}

@media (max-width: 1440px) { 
	.contact__card {
		font-family: 'Gotham Book';
		font-size: 21px;
		font-weight: 300;
	}
}

@media (max-width: 1090px) { 
	.contact__card {
		padding: 40px 0 40px 20px!important;
	}
}

@media (max-width: 768px) {
	.contact__q_contacts {
		text-align: center;
	}
	
	._erica,
	._lorena {
		background-position-x: 50%;
	}
}

@media (max-width: 400px) {
	.contact__q_contacts {
		margin-top: -50px;
	}	
}

@media (max-width: 350px) {
	.contact__q_contacts {
		margin-top: -100px;
	}
}


