﻿.pointtitle {
    font-size: 25px;
    text-align: center;
    margin: 30px;
}

p, ol, li {
    font-size: 15px;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #FF6A00;
}

#terms{
    margin-top:7%;
}

@media (max-width:360px){
    #terms{
        margin-top:30%;
    }
    .pointtitle {
        font-size: 20px;
        text-align: center;
        margin: 30px;
    }
    p, ol, li {
        font-size: 12px;
        font-weight: 400;
    }
}