.company__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;
}

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

.company__row {
    display: flex;
    flex-direction: row;
    gap: 40px;
    row-gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid black;
}

.company__row:last-child {
    border-bottom: none;
}

.company__row-name {
    color: #715100;
    text-align: left;
    font-family: "M Plus 1p", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    width: 260px;
}

.company__row-text {
    color: #000000;
    text-align: left;
    font-family: "M Plus 1p", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    width: 640px;
}
  