section{
    min-height: calc(100vh - 240px);
    font-size: 14px;    
}
section p{
    margin-bottom: 20px;
    text-align: justify;
}
section h1{
    margin-bottom: 30px;
}
section h1 span{
    margin-bottom: 0;
}
section h2{
    font-size: 20px;
    line-height: 1.3;
    text-transform: uppercase;
}
section h3{
    font-size: 18px;
    line-height: 1.3;
}
section ul {
    margin-left: 40px;
}