.sss-tab .w-tabs-section{
	border-bottom: 1px solid var(--color-content-border);
	position: relative;
	transition: all .3s ease;
}

.sss-tab .w-tabs-section:hover{

}

.sss-tab .w-tabs-section:not(:last-child) {

}

.sss-tab .w-tabs-section-header{
	padding: 1rem 0.5rem;
	font-weight:bold;
}

.sss-tab .w-tabs-section-header h3{
	/* font-weight:bold !important; */
	max-width: 90%;
	line-height: 1.7;
}

.sss-tab .active .w-tabs-section-header{
	background: transparent !important;
	font-weight:bold;
}

.sss-tab .w-tabs-section{
	border-color:var(--color-content-text) !important;
}

.sss-tab .w-tabs-section-header:hover{

}

.sss-tab .w-tabs-section-header:focus{

}

.sss-tab .w-tabs-section-header:hover .w-tabs-section-title{

}

.sss-tab .w-tabs-section-control{
	color:var(--color-content-primary) !important;
}

.sss-tab h3{
	font-size:clamp(1.4rem,1.5vw,1.5rem);
	font-weight:500;
}

.sss-tab h4{
	font-size:clamp(1.2rem,1.4vw,1.3rem);
	font-weight:500;
}

.sss-tab h5{
	font-size:clamp(1.1rem,1.3vw,1.2rem);
	font-weight:500;
}

.sss-tab h6{
	font-size:clamp(1rem,1.2vw,1rem);
	font-weight:500;
}

.sss-tab a{
	color:var(--color-content-primary);
}

.sss-tab ul{
	list-style-type:none;
}

.sss-tab ul li::before {
	content: "-"; 
	color: var(--color-content-primary);
	display: inline-block; 
	width: 2em;
	margin-left: -2em
}
.sss-tab .w-tabs-section-header{
	width:100%;
	position:relative !important;
}

.sss-tab .w-tabs-section-header:after{
	content: '\f067'!important;
	font-family: FontAwesome!important;
	font-weight: 900;
	font-size: 0.7rem;
	color: var(--color-content-text)!important;
	position: absolute!important;
	right: 2% !important;
	top: 50%;
	transform: translateY(-50%);
	opacity:0.5;
}

.sss-tab .active .w-tabs-section-header:after{
	color:var(--renk-1) !important;
	opacity:1;
}

@media(max-width:1024px){
	.sss-tab h4{
		font-size:max(1.1rem,1vw);
		font-weight:500;
		line-height:1.5;
	}

	.sss-tab h5{
		font-size:max(1rem,1vw);
		font-weight:500;
	}

	.sss-tab h6{
		font-size:max(0.9rem,1vw);
		font-weight:500;
	}
	
	.sss-tab .w-tabs-section-content{
		font-size:0.9rem;
	}
}