

/**umb_name:H3*/
h3 {
}

/**umb_name:H4*/
h4 {
}

/**umb_name:Image Left*/
.textwrap-left {
    /*background: deeppink;*/
}

.textwrap-left::after {
    content: '';
    display: block;
    clear: right;
}

.textwrap-left img {
    float: left;
    margin: 5px;
}

