.section-box:not(:last-child) {
    margin: 0 0 100px;
}
.section__headline {
    font-size: 36px;
    font-weight: bold;
    color: #004ea2;
    text-align: center;
    margin: 0 0 30px;
}

/*company*/
.company__panel {
    border: 1px solid #c6c6c6;
}

.contact-list {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #c6c6c6;
}

.contact-list:last-child {
    border-bottom: none;
}

[class*="contact-list__"] {
    font-size: 18px;
    color: #000;
    line-height: 1.5;
}

.contact-list__title {
    box-sizing: border-box;
    width: 208px;
    border-right: 1px solid #c6c6c6;
    background: #e9e9e9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.contact-list__data {
    width: 667px;
    box-sizing: border-box;
    padding: 20px 0 20px 30px;
}
