.home-main-title{
	text-align: center;
	font-size: 144px;
	line-height: 182px;
	text-transform: capitalize;
	font-weight: normal;
}
h2,
p{
	text-align: center;
}
h2{
	text-transform: capitalize;
}
.home-about a{
	margin: auto;
}
.forward-button{
	margin: 0 0 0 auto;
}
@media only screen and (max-width: 920px) {
	.home-main-title{
		font-size: 48px !important;
		line-height: 64px;
	}
	.text-title1{
		font-size: 36px;
	}
}