
.news__section {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.news__row-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 266px;
}

.news__row {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    padding-bottom: 16px;
    border-bottom: 2px solid #b1b1b1;
}

.news__date {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
}

.news__text {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0;
}   
  