/* section {
    padding: 75px 0 100px !important;
} */

@media (min-width: 651px) {
	.checkerboard_sec {
		display: none;
	}
}

@media (max-width: 650px) {
	.rev_slider {
		display: none;
	}

	.icon-box {
		margin-bottom: 5px;
	}
}

@media (max-width: 400px) {
	h2 {
		font-size: 26px !important;
	}

	h4 {
		font-size: 16px !important;
	}
}

.slide-30-layer-15 {
	font-size: 30px;
}

/* .checkerboard_sec {
    padding: 0 !important;
} */

.checkerboard_container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	max-width: 750px;
	/* margin: 0 auto; */
	padding: 10px;
}

.row_ {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.row_:nth-child(even) {
	flex-direction: row-reverse;
}

.row_:nth-child(odd) .text-box_ {
	margin-right: 20px;
}

.row_:nth-child(even) .text-box_ {
	margin-left: 20px;
}

.text-box_ {
	flex: 1;
	border-radius: 5px;
	font-size: 14px;
	max-width: 52%;
}

.text-box-title_ {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	text-align: start;
}
.text-box-line_ {
	border-top: 2px solid black;
}
.text-box-description_ {
	font-size: 15px;
	color: #555;
	text-align: start;
}

.image-box_ {
	flex: 1;
	background-color: #ddd;
	border: 1px solid #ccc;
	border-radius: 5px;
	aspect-ratio: 9 / 15;
	background-size: contain;
	background-position: center;
	max-width: 48%;
}

.quick_start,
.quick_start p {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 500;
}

.kenburns {
	padding-bottom: 20px;
	/* margin: auto; */
}

.header-btns {
	display: flex;
	justify-content: center;
	gap: 10px;
}
