@media screen and (max-width: 991px) {
	table#contact td:nth-of-type(1) {
		width: 90px;
	}
}
@media screen and (min-width: 992px) {
	table#contact td:nth-of-type(1) {
		width: 140px;
	}
}
