﻿@charset "UTF-8"

 h2{padding:0
}

.title{
    margin:2em 1em;
    position: relative;
    padding: 1em 1.5em 1em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    width:400px;
   
}
.title:before, .title:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% - 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.title:before {left: 10px;}
.title:after {right: 10px;}
.title h2 {
    margin : 0; 
    padding: 0;
}

 ul li{font-size=1.5em;
}
.article  p{padding-left:30px;
	    
}