
/* ---------------------------------- */
/* WHY BETSQUARE */

.bsq-home-why-betsquare-container {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	padding: 0px !important;
}

.bsq-home-why-betsquare-wrapper {
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: flex-start;
}

.bsq-home-why-betsquare-div-header {
	width: 100%;
	margin: 0px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.bsq-home-why-betsquare-h2-header {
	margin-bottom: 40px;
}

.bsq-home-why-betsquare-div-img {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 80px;
	position: relative;
}

.bsq-home-why-betsquare-href-img {
	display: contents;
}

.bsq-home-why-betsquare-play-wrapper {
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-40px, -40px);
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0083e791;
	height: 80px;
	width: 80px;
	border-radius: 100%;
	cursor: pointer;
	border-color: #ffffff;
	border-style: solid;
	border-width: 2px;
}

.bsq-home-why-betsquare-play-wrapper:hover {
	background: #ffffff;
	border-color: #0081e7;
}

.bsq-home-why-betsquare-play-wrapper:hover .fa-play {
	color: #0081e7;
}

.bsq-home-why-betsquare-div-img .fa-play {
	font-size: 40px !important;
	line-height: 100%;
	color: #424547;
	font-weight: bold;
	padding: 5px 0px 0px 10px;
	color: #ffffff;
}

.bsq-home-why-betsquare-img {
	display: block;
	height: auto !important;
	width: 50% !important;
	margin: 0 !important;
}

.bsq-home-why-betsquare-div-columns {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
}

.bsq-home-why-betsquare-div-column {
	width: 16.66%;
	padding:
			10px 10px 10px 10px;
	margin:
			0px;
	box-sizing: border-box;
	border-radius:
			0px !important;
	border:
			0px;
	display: flex;
	flex-flow:
			column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.bsq-home-why-betsquare-icon-wrapper {
	height: 50px;
	width: 50px;
	background-color: #06203D;
	background: linear-gradient(90deg, rgba(13,78,161,1) 0%, rgba(6,32,61,1) 100%);
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	box-shadow: 1px 1px 5px #dddddd;
	margin-bottom: 15px;
}

.bsq-home-why-betsquare-icon {
	font-size: 30px !important;
	line-height: 150%;
	color: #ffffff;
}

.bsq-home-why-betsquare-text-wrapper {
	border-color: #b9b9b9;
	border-style: dotted;
	margin: 20px 0px 0px 0px;
	border-width: 2px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

.bsq-home-why-betsquare-text {
	color: #000000;
}

@media (max-width: 1200px) {

	.bsq-home-why-betsquare-div-column {
		width: 33.33%;
	}

	.bsq-home-why-betsquare-img {
		width: 80% !important;
	}

	.bsq-home-why-betsquare-text-wrapper {
		display: block;
		width: 100%;
	}

	.bsq-home-why-betsquare-text {
		display: block;
		width: 100%;
	}

}

@media (max-width: 992px) {

	.bsq-home-why-betsquare-container {
		width: 100%;
	}

	.bsq-home-why-betsquare-div-column {
		width: 50%;
	}

}

@media (max-width: 576px) {

	.bsq-home-why-betsquare-div-column {
		width: 100%;
		margin-bottom: 30px;
	}

}