.show-altitle{
    margin: -15px 0px 30px;
    font-size: 0px;
    line-height: 0px;
}
.show-altitle .show-info{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #0d0d0d;
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
    float: left;
}
.show-altitle .show-info:before{
    content: '';
    width: 1px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 0px;
    background: #0d0d0d;
    margin-top: -9px;
}
.show-altitle .show-info:first-child{
    margin-left: 0px;
    padding-left: 0px;
}
.show-altitle .show-info:first-child:before{
    display: none;
}
.show-altitle a.show-info{
    color: #0d0d0d;
    transition: color 0.3s ease;
}
.show-altitle a.show-info:focus,
.show-altitle a.show-info:hover{
    color: #ababab;
    color: rgba(0, 0, 0, 0.4);
}

.show-intro{
    font-weight: 700;
    word-break: break-word;
}
@media (min-width: 768px){
    .show-intro{
        text-align: justify;
    }
}
