.developed-data {
    display: block;
    width: 100%;
    margin:10px auto;
}
.developed-data__title {
    display: block;
    text-align: left;
    font-size: 18px;
    color: #444444;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.developed-data__sub-block-header {
    width: 95%;
    max-width: 800px;
    margin: 20px auto 10px;
    overflow: hidden;
    white-space: normal;
}
.developed-data__sub-title {
    font-weight: bold;
    color:#007741;
    font-size:18px;
    display: inline-block;
    vertical-align: top;
    width: 250px;
}
.developed-data__sub-title-description {
    font-size:16px;
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 260px);
}
.developed-data__items {
    width: 95%;
    max-width: 800px;
    table-layout: fixed;
    border: none;
    margin: 0 auto;
}
.developed-data__items-content {
    text-transform: none;
    font-size: 14px;
    padding-left: 0;
    text-align: left;
    white-space: normal;
    color: #7a7a7a;
}
.developed-data__one-item {
    height: 35px;
    text-align: center;
    vertical-align: middle;
}
.developed-data__notice {
    width: 95%;
    max-width: 800px;
    margin: 20px auto 30px;
    font-size: 16px;
    padding-left: 130px;
    color: #7A7A7A;
    line-height: 1.5em;
}