h2 {
	font-weight: 600;
}
h3 {
	font-weight: 600;
}
h4 {
	font-weight: 600;
	font-size: 17px;
}

.tab-button {
	width: 100%;
	text-align: left;
	padding: 12px;
	border: 1px solid #d4d4d4;
	background-color: #f8f9fa;
	border-radius: 8px;
	font-size: 17px;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	align-items: center;
    margin-bottom: 1rem;
}

.tab-content {
	border: 1px solid #d4d4d4;
	border-top: 0;
	border-radius: 0 0 8px 8px;
	padding: 16px;
	background-color: #f8f9fa;
    margin-bottom: 1rem;
}

.arrow {
	width: 16px;
	height: 16px;
	transition: transform 0.3s;
}

h6{
    font-weight: 500;
}
.points-text{
    font-size: 14px;
}
.points-heading{
    font-size: 15px;
}