.diy-text-wrap{
    display: inline-block;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 2em;
    word-break: break-all;
}
.diy-company-logo{
    border: 1px solid #ebebeb;
    border-radius: 4px;
    float: left;
    width: 68px;
    height: 68px;
    background-color: #8ca3cc;
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    text-align: center;
}