.sss-tab .w-tabs-section {
    border: 0!important;
    background-color: #fff;
    border-radius: 0.75rem;
    position: relative;
    transition: all .3s ease
}

.sss-tab .w-tabs-section:hover {
    border-radius: 0.75rem!important;
    box-shadow: 0 0 1.25rem 0 rgb(0 0 0 / 0,05%)!important
}

.sss-tab .w-tabs-section:not(:last-child) {
    margin-bottom: 0.75rem;
}

.sss-tab .w-tabs-section-header {
    border-radius: 0.67rem!important;
    padding: 1.5rem
}

.sss-tab .w-tabs-section-header h3 {
    font-weight: 400!important
}

.sss-tab .active .w-tabs-section-header {
    background: #fff!important;
    border-radius: 0.75rem 0.75rem 0 0;
    color: var(--renk-1) !important
}

.sss-tab .w-tabs-section-header:hover {
    background: #fff!important
}

.sss-tab .w-tabs-section-header:focus {
    background: #fff!important
}

.sss-tab .w-tabs-section-header:hover .w-tabs-section-title {
    color: var(--renk-1) !important
}

.sss-tab .w-tabs-section-control {
    color: var(--renk-1) !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(--renk-1);
}

.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: '\f111'!important;
    font-family: FontAwesome!important;
    font-weight: 900;
    font-size: 0.7rem;
    color: var(--renk-2) !important;
    position: absolute!important;
    right: 2%!important;
    top: 50%;
    transform: translateY(-50%);
    opacity: .5
	transition: color 0.25s ease, opacity 0.25s ease;
}

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

.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: .9rem
    }
}