    p {
        margin: 0
    }

    body {
        background-color: #F3F3F5;
    }

    .cookie-text {
        max-width: 1440px;
        margin: 0 auto;
    }

    .header-cookie {
        color: #003D5C;
        font-size: 100px;
        line-height: 120%;
        font-weight: 700;
        font-family: "Montserrat Bold";
        padding-top: 192px;
        margin-bottom: 60px;
    }

    .all-text-body {
        border-bottom: 1px solid rgba(0, 61, 92, 0.2);
        margin-bottom: 60px;
    }

    .text-body {
        margin-bottom: 60px;
    }

    .text-title {
        margin-bottom: 16px;
        font-size: 24px;
        font-family: "Montserrat Bold";
        line-height: 36px;
        color: #003D5C;
        font-weight: 700;

    }

    .text-desc {
        font-family: "Montserrat Regular";
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #003D5C;
    }

    .text-desc-header {
        margin-top: 40px;
        font-family: "Montserrat Bold";
        font-weight: 700;
    }

    .text-email {
        font-family: "Montserrat Bold";
        font-weight: 700;
        color: #027380;
    }

    .svg-text-desc {
        gap: 16px;
        display: flex;
    }

    .m-b-24 {
        margin-bottom: 24px;
    }

    .svg-body {
        display: grid;
        gap: 16px;
        margin-bottom: 40px;
    }

    .box-title {
        margin-top: 40px;
        margin-bottom: 24px;
        font-size: 24px;
        font-family: "Montserrat Bold";
        line-height: 36px;
        color: #003D5C;
    }

    .info-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
        margin-bottom: 100px;
    }

    .info-card {
        background: #fff;
        border-radius: 16px;
        padding: 80px 9px 70px;
        text-align: center;
        transition: all 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
    }


    .icon-container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 51px;
    }

    .card-title {
        color: #003D5C;
        font-size: 18px;
        font-weight: 600;
        margin-top: 8px;
    }

    .text-desc ul {
        list-style: disc;
    }

    .m-l-20 {
        margin-left: 20px;
    }

    @media (min-width: 769px) and (max-width: 1600px) {
        .cookie-text {
            padding: 0 32px;
        }
    }

    @media(max-width:768px) {
        .header-cookie {
            font-size: 32px;
            margin-bottom: 74px;
            padding-top: 104px;
        }

        .cookie-text {
            width: 100%;
            padding: 0 24px;
            box-sizing: border-box;
        }

        .text-title {
            font-size: 18px;
            line-height: 28px;
        }

        .text-desc {
            font-size: 16px;
            line-height: 24px;
        }

        .text-desc-header {
            margin-top: 24px;
        }

        .text-body {
            margin-bottom: 40px;
        }



        .svg-body {
            display: flex;
            flex-direction: column;
            gap: 18px;
            margin-bottom: 36px;
        }

        .svg-text-desc {
            line-height: 22px;
            font-size: 16px;
        }

        .svg-text-desc span {
            display: block;
            font-size: 16px;
            color: #003D5C;
            line-height: 24px;
        }

        .svg-text-desc .text-email {
            display: block;
            font-size: 14px;
        }

        .box-title {
            font-size: 18px;
            margin-top: 60px;
        }

        .info-grid {
            margin-bottom: 80px;
            grid-template-columns: 1fr;
            gap: 16px;
        }

        .text-desc ul {
            margin-left: 24px;
        }
    }
