.title {
  position: relative;
  color: #6eb0f9;
  line-height: 1.4;
  -webkit-box-reflect: below -10px -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0) 10%,rgba(0, 0, 0, 0.6));
}

@media screen and(maxwidth:728px){
.two {
	display: block;
	position: absolute; 
	top: 30%; 
	left: 5%;
	text-align:center;
	text-decoration: none;
	width: 220px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #f91405;
	background: #f91405;
	color: #fff;
	transition: 0.5s;}
}