.company-name {
    background: linear-gradient(to right, #da251c, #184d79);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
