.postContainer h2:not(.pick):not(.h4){
    font-size: 30px;
    color: #921414;
    margin-bottom: 20px
}

.postContainer h3:not(.pick):not(:first-child){
    font-size: 24px;
    color:#1f5ead;
}

.postContainer h3:first-child:not(.pick){
    margin-top: 0px;
    font-weight: bold;
}

.postContainer h1{
    margin-bottom: 0px;
}