.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-left:       15px;
    padding-right:      15px;
    padding-top:        0;
    padding-right:      0;
    box-sizing:         border-box;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
}

.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_bg {
    background-size:   cover;
    background-repeat: no-repeat;
}

.title_section a {
    text-decoration: none;
}

@media (max-width: 768px) {
    .title_section li {
        max-width:     150px;
        text-overflow: ellipsis;
        white-space:   nowrap;
        overflow:      hidden;
    }
}

@media (max-width: 768px) {
    .title_section {
        max-height: 250px;
        min-height: 250px !important;
    }

    .title_section_bg {
        max-height: 250px;
        min-height: 250px !important;
    }
}