.box009{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.box009:before, .box009:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box009:before {left: 10px;}
.box009:after {right: 10px;}
.box009 p {
    margin: 0; 
    padding: 0;
}

