.typ-related-business ul {
    width: 100%;
}
.typ-related-business ul,
.typ-related-business li {
    display: inline-block;
}

.typ-related-business li {
    padding: 5px;
    height: 100px;
    float: left;
}

.typ-profile-related-page li {
    width: 50%;
}

.typ-catalog-related-page li {
    width: 33%;
}

.typ-related-business li .typ-profile-related-logo {
    max-width: 70px;
}

.typ-related-business li .typ-profile-related-logo img {
    margin: auto;
    max-width: 60px;
    max-height: 60px;
}

.typ-related-business li .typ-profile-related-detail {
    padding-left: 5px;
}

.typ-related-business li .related-category,
.typ-related-business li .related-category span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.typ-related-business li .typ-profile-related-detail p.related-humanname {
    line-height: 1.5;
    max-height: 45px;
    overflow: hidden;
    font-weight: bold;
}

@media screen and (max-width: 574px){
    .typ-profile-related-page li,
    .typ-catalog-related-page li {
        width: 100%;
    }
}

@media (min-width: 574px) and (max-width: 768px){
    .typ-catalog-related-page li {
        width: 50%;
    }
}