.sources {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
flex-direction: column;
}

.source_title {
    color: #24292F;
    leading-trim: both;
    text-edge: cap;
    font-family: "Medium LL";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.source, .source a {
    color: #24292F;
    leading-trim: both;
    text-edge: cap;
    font-family: "Medium LL";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 850px;
    word-break: break-all;
}