
.news__title {
    width: 100%;
    padding: 11px;
    position: relative;
    background-color: #efefef;
    color: #222222;
    font-family: "M Plus 1p", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.08em;
    border-left: 9px solid #edc058;
}

.news__row-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
}

.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: 1px solid black;
}

.news__date {
    width: 100%;
    font-size: 16px;
    font-family: "M Plus 1p", sans-serif;
    font-weight: bold;
    line-height: 160%;
    letter-spacing: 0.06em;
}

.news__text {
    width: 100%;
    font-family: "M Plus 1p", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.05em;
}   
  