.bannerbox {
	height: calc(85vh - 105px);
	width: calc(100% - 40px);
	margin: 20px;
	background-image: url("../img/background.jpg");
	background-position-y: 50%;
	display: flex;
	align-content: space-between;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}

.bannerbox div:nth-child(1) {
	width: 100%;
	display: block;
}
.bannerbox div:nth-child(2) {
	width: 100%;
}

.bannerbox div:nth-child(2) {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


.bannerbox div:nth-child(2) a:nth-child(1) {
	display: block;
	color: black;
	font-size: 40px;
	width: 100%;
	margin-bottom: 50px;

}

.bannerbox div:nth-child(2) a:nth-child(2) {
	display: block;
	font-size: 17px;
	color: black;
	width: 100%;
	margin-bottom: 50px;
	
}

.try_button {
	
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffd600;
	color: black;
	height: calc(50px);
	border-radius: 2px;
	width: 200px;
}

.try_button a {
	font-size: 20px !important;
	color: black !important;
	padding: 0 !important;
	text-decoration: none !important;
	margin-bottom: 0 !important;
}

.bannerbox img {
	width: 100%;
	height: 30px;
	margin-bottom: 30px;
}
