﻿/*Kanuni Metinler*/

.legal-articles-section {
    padding: 61px 0;
}

.legal-articles-area {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.legal-articles-top {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.legal-articles-bottom {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.legal-articles-title {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    color: #151515;
}

.legal-articles-description {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #444444;
}

.legal-articles-bottom-title {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color: #151515;
}

.legal-articles-bottom-description ol, .legal-articles-bottom-description ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 0 16px;
    margin: 0;
}

    .legal-articles-bottom-description ol li, .legal-articles-bottom-description ul li {
        font-family: Poppins;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #444444;
    }

.legal-articles-bottom-description-and-information {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.legal-articles-bottom-information {
    padding: 1rem;
    display: flex;
    column-gap: 10px;
    background: #F2F4F7;
    border-radius: 8px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #444444;
}

    .legal-articles-bottom-information svg {
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
    }

    @media only screen and (max-width: 1199px)
    {
        .legal-articles-title {
            font-size: 26px;
            line-height: 36px;
        }
        .legal-articles-description {
            font-size: 15px;
            line-height: 23px;
        }
    }

    @media only screen and (max-width: 991px)
    {
        .legal-articles-section {
            padding: 60px 0;
        }

        .legal-articles-title {
            font-size: 24px;
            line-height: 34px;
        }

        .legal-articles-description {
            font-size: 15px;
            line-height: 23px;
        }

        .legal-articles-bottom-description ol li, .legal-articles-bottom-description ul li {
            font-size: 15px;
            line-height: 23px;
        }

        .legal-articles-bottom-information {
            font-size: 15px;
            line-height: 23px;
        }
    }

    @media only screen and (max-width: 767px)
    {
        .legal-articles-title {
            font-size: 22px;
            line-height: 32px;
        }

        .legal-articles-description {
            font-size: 14px;
            line-height: 22px;
        }

        .legal-articles-bottom-description ol li, .legal-articles-bottom-description ul li {
            font-size: 14px;
            line-height: 22px;
        }

        .legal-articles-bottom-information {
            font-size: 14px;
            line-height: 22px;
        }
    }