.industry-custom-development {
    background-color: var(--dark-green);
}
.industry-custom-development .wrapper {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.industry-custom-development .title-block * {
    color: #fff;
}
.industry-custom-development .industry-list li {
    color: #fff;
    padding: 16px 0;
    display: flex;
}
.industry-custom-development .industry-list li {
    border-top: 1px solid rgba(255, 255, 255, .16);
}
.industry-custom-development .industry-list li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}
.industry-custom-development .list-wrapper {
    margin-top: 32px;
}