.author-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.author-mod-name {
    margin-right: 22px;

    font-family: "SF";
    font-weight: 700;
    font-size: 30px;
    line-height: 145%;
}
.author-mod-ellipse {
    width: 8px;
    height: 8px;

    margin-right: 22px;
}

.mod-description-wrapper {

}