/* CSS Document */

.contacts {
	display:flex;
	flex-wrap:wrap;
}

.contacts .col-md-4 {
	display:flex;

	
}
.contacts .well {
	flex:1;
	
}

.contacts h3 {
	text-align:center;
	margin-top: 5px;
	margin-bottom: 20px;
}

@media (min-width: 5000px) {
    .contacts .well {
        min-height: 275px;
    }
}