.module_city_phone_cta {
	height: 60px;
	line-height: 60px;
	padding: 20px 0;
	font-size: 24px;
	color: #4c5160;
	background: #f2f2f2;
	box-sizing: content-box;
	font-weight: bold;
}

.module_city_phone_cta .col-md-5 {
	padding: 0;
	width: 46%;
}

.module_city_phone_cta .col-md-2 {
	padding: 0;
	width: 8%;
}

.module_city_phone_cta .text_left {
	color: #4c5160;
}

.module_city_phone_cta .text_right {
	color: #035573;
	text-transform: uppercase;
}

.module_city_phone_cta .text_right a {
	display: inline-block;
	color: #15a4c1;
	margin: 0 15px;
}

.module_city_phone_cta img {
	max-width: 50px;
}

@media (max-width: 1024px) {
	.module_city_phone_cta {
		height: auto;
	}
	
	.module_city_phone_cta .col-md-5 {
		width: 100%;
		text-align: center;
	    position: relative;
	}
	
	.module_city_phone_cta .col-md-5:first-child {
	    bottom: -60px;
	}

	.module_city_phone_cta .text_right {
		color: #4c5160;
		line-height: 35px;
	}

	.module_city_phone_cta .text_left {
		color: #4c5160;
		line-height: 35px;
	}

	.module_city_phone_cta .col-md-2 {
		width: 100%;
	    position: relative;
        top: -40px;
	}

	.module_city_phone_cta .text_right a {
		margin: 0 0 0 5px;
	}
}