.full-footer

{

    margin-top: 10px;

    padding-top: 15px;

    padding-bottom: 15px;

    min-height: 100px;
    border-top: 1px solid #dadee3;
}



.section-title-normal {

    border-bottom: 2px solid #ececec;

}

.section-title {

    position: relative;

    -js-display: flex;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex

;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-flow: row wrap;

    flex-flow: row wrap;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    width: 100%;

}





.section-title span {

    text-transform: none;

}

.section-title-normal span {

    margin-right: 15px;

    padding-bottom: 7.5px;

    border-bottom: 2px solid rgba(0, 0, 0, .1);

    margin-bottom: -2px;

}

.section-title span {

    text-transform: uppercase;

}