.title{
	font-size: 1.8em;
	padding: 50px 0 0 50px;
}

.text {
	font-size: 0.9em;
	padding: 0 0 50px 50px;
}
@media only screen  and (max-width: 640px) and  (max-height: 375px) {
	.text {
		position: relative;
		top:50px;
	}
}