* + .section-tit {
    margin-top: 40px;
}
.section-tit span{
    margin-bottom: 30px;
    font-family: 'Playfair Display',serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}
.section-tit {
    margin-bottom: 20px;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 300;
}
.container-fluid > .row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.container-fluid > .row:before,
.container-fluid > .row:after {
    display: none;
}
