*{
	padding: 0px;
	margin: 0px;
	font-family: "Mulish";
}
.wrapper{
	width: 100%;
	height: 600px;
	background-image: url(
		img/background/Baner5/Background.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.section{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	width: 35%;
	height: inherit;
}
.top {
	font-size: 80px;
	line-height: 80px;
	color: #313b30;
	font-weight: 600;
	font-family: "Muli";
	
}
.bottom {
	font-size: 30px;
	color: #3a4539;
	font-weight: 200;
	font-family: "Muli";
}
a{
	position: absolute;
	top: 20px;
	right: 20px;
	text-transform: capitalize;
	font-size: 30px;
	color: white;
	border: 2px solid white;
	padding: 10px 30px;	
	text-decoration: none;	
}
a:hover{
	background-color: gray;
}
