.bql-row {
	background-size: cover;
	background-repeat: no-repeat;
}

.bql-wrappper {
	padding: 100px 0 40px;
}

.bql-title {
	text-align: center;
	font-size: 62px;
	margin-top: 0;
	line-height: 52px;
	font-weight: 100;
	margin-bottom: 0;
	color: #fff;
	font-family: 'FG Extra Comp', sans-serif;
}

.bql-container {
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	padding: 20px 0 60px;
}

.bql-item {
	margin: 10px 0;
}

.bql-link {
	display: block;
	width: 70%;
	padding: 13px 12px 10px;
	background-color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	margin: auto;
	border: solid 1px #fff;
	box-sizing: border-box;
	color: #22272d;
	transition: .2s;
	cursor: pointer;
	font-family: 'FG Demi', sans-serif;
}

.bql-link:visited {
	color: #22272d;
}

.bql-link:hover {
	background-color: #3a7ca7;
	color: #fff;
	border: solid 1px #3a7ca7;
}



@media ( max-width: 991px ) {
	.bql-wrappper {
		padding: 50px 0 0;
	}
	.bql-title {
		line-height: 50px;
		font-size: 42px;
	}
	.bql-link {
		padding: 8px 12px 5px;
		font-size: 17px;
		width: 85%;
	}
	.bql-item {
		margin: 5px 0;
	}
}


@media ( max-width: 767px ) {
	.bql-item {
		width: 100% !important;
	}
	.bql-link {
		font-size: 16px;
		width: 70%;
	}
}

@media ( max-width: 599px ) {
.bql-link {
		width: 85%;
	}
}

