/* ====================================
COOKIE POLICY
==================================== */

.policy-hero{
    padding:180px 0 70px;
    background:#f8f8f8;
    text-align:center;
}

.policy-hero h1{
    font-size:52px;
    font-weight:800;
    color:#111;
    margin-bottom:15px;
}

.policy-hero p{
    max-width:700px;
    margin:auto;
    color:#666;
    font-size:18px;
    line-height:1.8;
}

.policy-section{
    padding:70px 0;
    background:#fff;
}

.policy-card{
    max-width:1000px;
    margin:auto;

    background:#fff;

    border:1px solid #e5e5e5;
    border-radius:24px;

    padding:50px;

    box-shadow:0 8px 30px rgba(0,0,0,.05);
}

.policy-block{
    margin-bottom:45px;
}

.policy-block:last-child{
    margin-bottom:0;
}

.policy-block h2{
    font-size:28px;
    font-weight:700;
    color:#111;
    margin-bottom:20px;

    padding-bottom:12px;
    border-bottom:2px solid #E13511;
}

.policy-block h3{
    font-size:20px;
    color:#E13511;
    margin-top:25px;
    margin-bottom:12px;
}

.policy-block p{
    color:#666;
    line-height:1.9;
    font-size:16px;
    margin-bottom:15px;
}

.policy-block ul{
    padding-left:25px;
    margin-bottom:20px;
}

.policy-block ul li{
    color:#666;
    line-height:1.9;
    margin-bottom:8px;
}

.contact-box{
    background:#fafafa;
    border-left:4px solid #E13511;
    padding:25px;
    border-radius:10px;
}

.contact-box h4{
    margin-bottom:10px;
    color:#111;
}

.contact-box a{
    color:#E13511;
    text-decoration:none;
}

.contact-box a:hover{
    text-decoration:underline;
}

/* ====================================
TABLET
==================================== */

@media(max-width:991px){

    .policy-card{
        padding:35px;
    }

    .policy-hero h1{
        font-size:42px;
    }
}

/* ====================================
MOBILE
==================================== */

@media(max-width:767px){

    .policy-hero{
        padding:120px 0 50px;
    }

    .policy-hero h1{
        font-size:34px;
    }

    .policy-hero p{
        font-size:15px;
    }

    .policy-section{
        padding:40px 0;
    }

    .policy-card{
        padding:25px;
        border-radius:18px;
    }

    .policy-block h2{
        font-size:22px;
    }

    .policy-block h3{
        font-size:18px;
    }

    .policy-block p,
    .policy-block li{
        font-size:14px;
    }
}