﻿.ContentPage__Section div:not(:first-of-type) {
    margin-top: 20px;    
}

.ContentPage__Section div p:first-of-type {
    margin-top: 0;
}

.ContentPage__Section div ul {
    margin-left: 20px;
}
