/******************
Terms & Privacy 
******************/
#legal {
    padding: 120px 20px;
}

#legal h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
}

#legal h3 {
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 20px;
}

#legal h4 {
    font-weight: 800;
    font-size: 21px;
    margin-bottom: 20px;
}

#legal p {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 16px;
}

#legal p a {
    text-decoration: underline;
    color: var(--orange)
}