.gradient-color {
    background: #00105c;
    background: -moz-linear-gradient(30deg, #00105c 20%, #00105c 80%);
    background: -webkit-linear-gradient(30deg, #00105c 20%, #00105c 80%);
    background: linear-gradient(30deg, #00105c 20%, #00105c 80%);
}
.reflection-text:not(.reflection-text-white)::after {
    background: url(../../images/line-break/line-break-5.svg) no-repeat;
}