.title{
	font-size: 2.7em;
	padding: 75px 0 0 75px;
}

.text {
	font-size: 1.35em;
	padding: 0 0 75px 75px;
}
@media only screen and (min-width: 641px) and (max-height: 565px) {
	.text {
		position: relative;
		top:75px;
	}
}