.unit1 {
    display: none;
    position: absolute;
    left: 360px;
    top: 120px;
}
.unit2 {
    display: none;
    position: absolute;
    left: 250px;
    top: 374px;
}
.unit1 > img {
    position: absolute;
    top: -31px;
    left: -250px;
}
.unit2 > img {
    position: absolute;
    top: -33px;
    top: -36px;
}
.textboxs {
    display: table;
    width: 403px;
    height: 200px;

}
.textbox {
    position: relative;
    left: 30px;
    display: table-cell;
    vertical-align: middle;
}

.textbox > span {
    position: relative;
}

.unit1 .textbox > span::before {
    content: '';
    position: absolute;
    width: 38px;
    height: 28px;
    left: -46px;
    top: 2px;
    background: url(../css/img/top_dot.png);
}
.unit2 .textbox > span::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 16px;
    left: -12px;
    top: 8px;
    background: url(../css/img/bottom_dot.png);
}

.textbox span {
    word-break : keep-all;
    word-wrap : break-word;
    font-weight: 500;
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin: 8px 0;
    width: 500px;
}