﻿.desktop-header-bottom-right-navigation ul li a.kurumsal-active::before, .desktop-header-bottom-right-navigation .custom-dropdown-link.kurumsal-active::before {
    content: "";
    bottom: -10px;
    left: 0px;
    width: 100%;
    position: absolute;
    height: 2px;
    background: #28b34b;
}


.policy-area {
    display: flex;
    flex-direction: column;
    row-gap: 62px;
}

.policy-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 46px;
}

.policy-title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #040C0C;
}

.policies-buttons {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 16px;
}

    .policies-buttons .policy-button {
        font-family: Poppins;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #040C0C;
        text-decoration: none;
        padding: 16px 32px;
        background: #fff;
        border: 1px solid #E6E6E6;
        border-radius: 50px;
    }

        .policies-buttons .policy-button.active {
            background: #28B34B;
            color: #fff;
            border: 1px solid #28B34B;
        }

.policy-description {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

@media only screen and (max-width: 991px)
{
    .policies-buttons {
        flex-wrap: nowrap;
        justify-content: start;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }

    .policies-buttons::-webkit-scrollbar
    {
        display: none;
    }
}

@media only screen and (max-width: 575px)
{
    .policy-title {
        font-size: 24px;
        line-height: 32px;
    }

    .policy-description {
        font-size: 15px;
        line-height: 23px;
    }
}