body {
    background-color: rgb(243, 243, 243);
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.hero{
    padding: 120px;
    background: url(../img/Privacy/Privacy-img.jpg);
    background-size: cover;
}

.hero h1{
    font-family: Balto-Light, sans-serif;
    font-size: 80px;
    line-height: 3.4375rem;
    font-weight: 1;
    color: #007856;
}
.hero2{
    padding: 120px;
    background: url(../img/Terms&Condition/Terms\ and\ Condition.jpg);
    background-size: cover;
}

.hero2 h1{
    font-family: Balto-Light, sans-serif;
    font-size: 80px;
    line-height: 3.4375rem;
    font-weight: 1;
    color: #007856;
}

.policies{
    padding: 50px;
}


a{
    text-decoration: none;
    color: #007856;
}
a:hover{
    text-decoration: underline;
}




@media(max-width: 800px) {
    .hero {
        padding: 40px;
        background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../img/Privacy/Privacy-img.jpg);
        background-size: cover;
    }

    .hero h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 40px;
        line-height: 2rem;
        text-align: center;
    }


    .hero2 {
        padding: 40px;
        background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../img/Terms&Condition/Terms\ and\ Condition2.jpg);
        background-size: cover;
    }

    .hero2 h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 40px;
        line-height: 2rem;
    }

    .policies{
        text-align: justify;
    }
}