.inner-header {
    display: flex;
    min-height: 120px;
    max-width: 1200px;
    margin: auto;
    flex-direction: row;
    align-items: center;
}

.inner-header h2 {
    color: #FFF;
    text-align: center;
}

.header-label {
    flex: 1 1 50%;
}

.header-list-menu {
    list-style-type: none;
}

.header-list-menu li {
    display: flex;
}

.header-list-menu li a {
    color: #FFF;
}
 
.inner-sub-menu {
    margin: 1em auto;
    max-width: 800px;
}

.sub-menu-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.services-header {
    margin: 1em auto;
    max-width: 1200px;
}

.services-header h3 {
    text-align: center;
}

.column-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.column-list .column-item {
    flex: 0 0 320px;
}

.column-list h4 {
    text-align: center;
}

.services-list {
    display: flex;
    flex-direction: column;
}

.services-list li {
    margin-top: 10px;
}

.services-list li {
    box-sizing: border-box;
    border: 1px solid #BFBFBF;
    padding: 0.5em;
    background-color: #FFF;
}