.products-sect-title span {
    content: 'Products';
    color: #444444;
    letter-spacing: 0.03em;
    line-height: 1.2;
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
    display: block;
    font-weight: normal;
    margin: 0px auto 5px;
    position: relative;
    top: -7px;
    text-transform: uppercase;
}
.products-sect-title span:after {
    content: 'Products';
    display: none;
}