.investors.faqs .banner {
	background-image: url("../../img/investors/banner-faqs.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.investors.faqs .content .content-body {
	display: flex;
	width: 100%;
}

.investors.faqs .content .accordion-body span {
	font-size: 20px;
	line-height: 24px;
}

.investors.faqs .content .accordion-body span a {
	color: #1e1e1e;
	text-decoration: underline;
}

.investors.faqs .content .accordion-body .link-box-grid {
	margin-top: 30px;
}

@media (max-width: 768px) {
	.investors.faqs .content .accordion-body span {
		font-size: 13px;
		line-height: 18px;
	}
}
