.eyebrow,
.section-label,
.why-label,
.svc-more-label,
.ab-mv-tag,
.sss-group-pill {
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 2px solid currentColor !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 0 7px !important;
    margin: 0 0 22px !important;
    color: var(--yesil) !important;
    font-size: 0.82rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}

.eyebrow svg,
.section-label svg {
    display: none !important;
}

.sss-pill-yesil,
.sss-pill-mavi,
.sss-pill-turuncu,
.sss-pill-mor,
.sss-pill-kirmizi {
    background: transparent !important;
}

.logo-mark img {
    height: 40px;
    width: auto;
    display: block;
    object-fit: contain;
}

@media (max-width: 820px) {
    .logo-mark img {
        height: 32px;
    }
}
