.gx-ginxplus-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	width: 100%;
}
.gx-ginxplus-left,
.gx-ginxplus-right {
	padding: 40px 20px;
	width: 50%;
}
.gx-ginxplus-content ul {
	margin: 10px 0;
	padding-left: 40px;
	list-style: disc;
}
.gx-ginxplus-content li {
	font-size: 16px;
	line-height: 24px;
	margin: 10px 0;
}
.gx-ginxplus-benefits .gx-ginxplus-right img {
	aspect-ratio: 16/9;
	border-radius: 10px;
	display: block;
	margin: 0 auto;
	width: 75%;
	box-shadow: 2px 2px 10px #00000064;
}
.gx-ginxplus-benefits .gx-ginxplus-inner:nth-child(2n) {
	flex-direction: row-reverse;
}
.gx-faq-outer {
	background: url(../../images/ginx_bg_pattern_darkblue.jpg) center top no-repeat;
	background-size: cover;
	width: 100%;
	display: inline-block;
	margin-top: 30px;
}
.gx-accordionContent {
	display: none;
}
.gx-faq-inner {
	padding: 10px;
	color: #fff;
	display: inline-block;
	width: 100%;
}
.gx-accordionButton {
	background: rgba(255,255,255,.1);
	font-size: 16px;
	padding: 10px 10px 10px 48px;
	line-height: 28px;
	min-height: 48px;
	position: relative;
	cursor: pointer;
}
.gx-accordionButton:hover {
	text-decoration: underline;
}
.gx-accordionButton::before {
	content: " ";
	position: absolute;
	width: 48px;
	height: 48px;
	background: url(../../images/chevron_down_yellow.svg) no-repeat center center;
	background-size: 32px 32px;
	text-decoration: none;
	margin-right: 10px;
	top: 0;
	left: 0;
}
.gx-accordionButton.on::before {
  transform: rotate(180deg);
}
.gx-accordionContent {
	padding: 20px 10px;
}
.gx-accordionContent p {
	line-height: 28px;
	color: #fff;
}
.gx-accordionContent p a {
	color: #fff70f;
}
.gx-join-sec {
	margin-top: 80px;
}
.gx-join-sec h2 {
	text-transform: uppercase;
}

@media (max-width:1159px) {
	.gx-ginxplus-inner {
		flex-wrap: wrap;
	}
	.gx-ginxplus-left, 
	.gx-ginxplus-right {
		padding: 0 20px;
		width: 100%;
	}
	.gx-ginxplus-benefits .gx-ginxplus-left {
		margin-top: 20px;
	}
}
