.box {
border: solid black 1px;
border-left: solid black 10px;
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.box span {
display: flex;
flex-direction: column;
justify-content: center;
margin-left: 10px;
}
.box p {
margin-top: 0.25em;
margin-bottom: 0;
margin-left: 20px;
}