html,
body {
    margin: 0;
    min-height: 100%;
}

body.page-static {
    min-height: 100vh;
    background: #efd7be;
    
}

.page-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.page-static__main {
    flex: 1 0 auto;
    background: #efd7be;
    padding: 5px 5px 50px 5px;
    margin-bottom: -30px;
    position: relative;
    z-index: 0;
}

.page-static__content {
   width: 100%;
   max-width: 1800px;
   margin: 0 auto;
   padding: 10px;
   box-sizing: border-box;
   
    padding-bottom: 0;
}

.page-static__content > p{
   font-size: 16px;
    color: #3c250f;
    transform: scaleY(1.14);
    margin: 5px 0 5px 0;
    text-indent: 1.5em;
}

.page-static__content h4{
   font-size: 17px;
    color: #3c250f;
    transform: scaleY(1.16);
    margin: 7px 0 7px;
    text-indent: 1.5em;
}

.page-static__content li, ul{
   font-size: 14px;
    color: #3c250f;
    transform: scaleY(1.14);
    margin: 5px 0 5px 0;
    padding:5px 0 0 0;
}

.page-static__content p:first-child {
    margin-top: 0;
}