.title_section {

}

.title_section_inner {
    position: absolute;
    left:     0;
    right:    0;
    top:      0;
    bottom:   0;
}

.title_section_inner .adhoc_row {
    display:   flex;
    flex-flow: row nowrap;
    height:    100%;
    padding:   0;
}

.title_section_inner .adhoc_row .col {
    align-self: center;
    flex:       1 1 auto;
}

.title_section_inner ul {
    padding: 0;
    margin:  0;
}

.title_section_inner li {
    display:       inline-block;
    padding-right: 8px;
    padding-left:  15px;
}

.title_section_inner ul li:first-child {
    padding-left: 0;
}

.title_section_inner ul li:first-child:before {
    display: none;
}

.title_section_inner li:before {
    content:          ' ';
    position:         absolute;
    margin-top:       9px;
    margin-left:      -15px;
    background-image: url('list-image-8x9.png');
    width:            8px;
    height:           9px;
}

.title_section h1 {
    margin-bottom: 20px;
}

.title_section a {
    text-decoration: none;
}