/*
.u-decorative-title {
    text-transform: uppercase;
    position: relative;
}
.u-decorative-title:before {
    content: "";
    width: 65px;
    height: 10px;
    background: -webkit-linear-gradient(330deg, #E84A27 0%, #E84A27 20%, #E84A27 35%, #B30D38 65%, #81061D 100%);
    position: absolute;
    top: -30px;
}
*/