#int-bottom-image h2 {
	background: transparent;
	color: #ffffff;
	font-size: 120px;
	letter-spacing: 0.05em;
	line-height: 120px;
	padding: 0px;
	text-transform: uppercase;
}

.main-int table ul li {
	padding-bottom: 9px;
}

@media all and (max-width: 1200px) {
	#int-bottom-image h2 {
		font-size: 100px;
		line-height: 100px;
	}
}

@media all and (max-width: 960px) {
	#int-bottom-image h2 {
		font-size: 80px;
		line-height: 80px;
	}
}

@media all and (max-width: 640px) {
	#int-bottom-image h2 {
		font-size: 60px;
		line-height: 60px;
	}
}

@media all and (max-width: 480px) {
	#int-bottom-image h2 {
		font-size: 40px;
		line-height: 40px;
	}
}