/* 


MAIN css file


*/


@import 'main.css';


/* 


MAIN css file


*/

/* 



content page starts here



*/
.content_privacy_terms{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top:72px;
    margin: auto;
}

.content_privacy_terms h1{
    margin-top:35px ;
    font-size: 60px;
}
.content_privacy_terms p{
    font-size: 20px;
    margin: 0px 3% 0px 10%;
}

.headers-and-contents{
    display: flex;
    flex-direction: column;
    margin: 30px 20%;
    border: 1px solid #1EBED7;
}

.row{
    display: flex;
    padding:40px 0;
}
.col-2{
    font-weight: bold;
    flex: 2;
}
.col-6{
    flex: 6;
}

.hr_privacy_terms{
    border-left: none;
    border-top:1px solid #E6E8EA;
    width: 100%;
}


@media(max-width:1200px){
    .headers-and-contents{
        width: 90%;
        border-right: none;
        border-left: none;
    }
}


@media(max-width:768px){
    .headers-and-contents{
        width: 95%;
    }
}

@media(max-width:600px){
    .row{
        flex-direction: column;
        padding: 10px 0;
    }
    .col-2{
        padding:20px 0;
    }
}