body{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    background: #f3f3f3;
    line-height: 26px;
}

.heading-wrapper.heading-wrapper-bordered h2{
    font-size: 52px;
    color: #242424;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    text-transform: none;
}

.heading-wrapper.heading-wrapper-bordered{
    margin-bottom: 60px;
}

.heading-wrapper.heading-wrapper-bordered:before{
    display: none;
}

.heading-wrapper .title{
    text-transform: none;
}

