.goto-btn-wrapper {
	text-align: center;
		margin-bottom: 30px;
}

.goto-btn-wrapper .goto {
	padding: 15px 40px;
	display: inline-block;
	border-radius: 50px;
	margin-bottom: 30px;
	background-color: #e75a3a;
	color: #fff;
	font-weight: 700;
	font-size: 1.5rem;
	cursor: pointer;
	transition: 0.2s all ease-in-out;
}

.goto-btn-wrapper .goto:hover {
	transform: translatey(-2px);
	box-shadow: 0 2px 0 2px #c8c6c6;
}

.slogan {
	color: #e75a3a;
	font-size: 1.2rem;
	font-weight: 500;
}