.faqpro-list {
	display: flex;
	flex-wrap: wrap;
}

.faqpro-list .description {
	font-size: 16px;
}

.faqpro-list .faqpro-left-column .title {
	font-size: 56px;
	margin-bottom: 24px;
	line-height: 1;
}

.faqpro-list .faqpro-left-column .btn {
	padding: 10px 21px;
	font-size: 16px;
	line-height: 1;
	align-content: center;
	background-color: #1E1E1E;
	border-radius: 6px;
	margin-top: 24px;
}
.faqpro-list .faqpro-left-column .btn:hover {
	background-color: #a8220d;
}

.faqpro-list .faqpro-right-column .item {
	padding: 16px 0 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.faqpro-list .faqpro-right-column .item-header .btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	box-shadow: none;
	padding-left: 0;
	padding-right: 10px;
}

.faqpro-list .faqpro-right-column .item-header .title {
	text-align: left;
}

.faqpro-list .faqpro-right-column .item-header .fa {
	transition: transform 0.3s ease;
}
.faqpro-list .faqpro-right-column .item-header .btn[aria-expanded=true] .fa {
	transform: rotate(180deg);
}

.faqpro-list .faqpro-right-column .item-body {
	margin-top: 10px;
}

@media (max-width: 768px) {
	.faqpro-list .description {
		font-size: 15px;
	}

	.faqpro-list .faqpro-left-column .title {
		font-size: 32px;
		margin-bottom: 8px;
	}

	.faqpro-list .faqpro-right-column {
		margin-top: 32px;
	}

	.faqpro-list .faqpro-right-column .item-header .title {
		font-size: 20px;
		max-width: 85%;
	}
}
