/*=====================
 * Styles Both Pages
 * ====================
 * */

.info-wrapper{
	padding: 1vw 6vw;
	text-align: center;
	background-image: url('../img/wca-education.png');
	background-size: cover;

	display: flex;
	flex-direction: column-reverse;
	justify-content: space-around;
	align-items: center;
}

.adjudication-link{
	text-align: center;
	padding-top: 2vw;
}

.adjudication-link h2{
	font-size: 33px;
	font-weight: bold;
	color: #4186ba;
	padding: 30ox 0px 10px 0px;
}

.adjudication-link p{
	color: #4186ba;
	padding: 10px 0px 40px 0px;
}

.download{
	font-size: 33px;
	font-weight: bold;
	background: #f79431;
	padding: 15px 10px;
	border-radius: 5px/10px;
	color: #fff;
	border: 1px solid #f79431;
}

.download a{
	color: white;
}

@media (max-width: 960px) {
	.info-wrapper{
		flex-direction: column;
	}

	.guide-img img{
		width: 95%;
    	margin: 10px 0px;
	}
}

@media (max-width: 430px) {
	.download{
		font-size: 22px;
	}
}