﻿.box1{
 position: relative;
 margin: 2em 0;
 padding: 0.5em 1em;
 border: dashed 3px #8B4513;
 border-radius: 8px;
}
.box1 .box-title{ 
 position: absolute;
 display: inline-block;
 top: -13px;
 left: 10px;
 padding: 0 9px;
 line-height: 1;
 font-size: 25px;
 background: #FFFFFF;
 color:#8B4513;
 front-weight: bold;
}
.box1 p {
 margin: 0;
 padding: 0;
}
 