*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: #ffffff;
}

.terms-policy{
    margin-top: 180px;
    padding-left: 30px;
    padding-right: 30px;

    background-color: #ffffff;
}


.terms-policy h1{
    text-align: center;
    text-shadow: 5px 15px 14px #fcafaf;

    margin-bottom: 80px;

    color: #e24747;
}

.terms-policy h2{
    margin-top: 30px;
    margin-bottom: 10px;

    color: #e24747;
}

.terms-policy h3{
    margin-top: 30px;
    margin-bottom: 10px;

    color: #e24747;
}

.terms-policy p{
    /* color: #2a2a2a; */

    color: #5b5b5b;

    font-size: 15px;
    word-spacing: 3px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 25px;
}

.terms-policy li{
    /* color: #2a2a2a; */

    color: #717171;

    font-size: 15px;
    word-spacing: 3px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 25px;

    margin-left: 30px;
}

.terms-policy a{
    /* color: #2a2a2a; */

    color: #e24747;

    font-size: 15px;
    word-spacing: 3px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 25px;

    text-decoration: none;
}

.first-li{
    margin-top: 15px;
}

.last-li{
    margin-bottom: 30px;
}

.end{
    margin-bottom: 80px;
}


@media only screen and (max-width: 800px) 
{
    
}