@import url(./menu_footer.css);
@font-face { font-family: 'Gills Sans MT Condensed'; src: url(../fonts/GILC____.TTF); }
@font-face { font-family: 'Geometr231B'; src: url(../fonts/GEO231B.TTF); }
header,footer .body { background: #d9d2c5; }
.site.side-open { height: 100vh; }
.P_header .page_heading {
    padding: 10px 0 5px 0;
    margin: 8vh auto 12vh auto;
    font-size: 40px;
    max-width: 550px;
    border-bottom: 1px solid #e8e8e9;
    color: #4c4840;
    font-family: 'Gills Sans MT Condensed';
}
.box {
    margin: 10vh 0;
    display: grid;
    grid-template-columns: 20% 1fr;
    grid-gap: 20px;
}
.box .left {
    background: #d9d2c5;
}
.box .right {
    padding: 0 20px 0 30px;
}
.line {
    width: 50%;
    margin: 4vh auto;
    height: 1px;
    background: #000;
}