.highlights_list_container .header-icon{
    position: relative;
    top: 0;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px;
    padding-right: 0;
    vertical-align: middle;
    z-index: 2;
}
.highlights_list_container h2{
	position: relative;
    display: inline-block;
    font-family: 'Knockout', Arial, Helvetica, serif;
    font-size: 37px;
    font-weight: 300;
    color: #313131;
    line-height: 1em;
    margin: 0px auto 15px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    vertical-align: middle;
    background: #fff;
    z-index: 2;
}
.yellow .highlights_list_container h2{ background: #f6f3e5; }
.highlights_list_container .title{position: relative;}
.highlights_list_container .title span {
    position: absolute;
    top: 42%;
    height: 1px;
    width: 77%;
    border-top: 1px solid #e7e5d7;
    z-index: 1;
    left: 23%;
}

.highlights_list_container .description{
    font-size: 14px;
    font-family: 'Brown-Regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-rendering: optimizeLegibility;
    color: #2f292b;
}
.highlights_list_container .description p{
    padding-bottom: 4px;
    margin-bottom: 0;
}
.highlights_list_container .columns a{
    font-family: 'Brown-Regular', Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
@media only screen and (max-width: 1025px){
    .highlights_list_container .description{
        padding-bottom: 10px;
    }
}
