.bg-gradient-primary{
    background: linear-gradient(87deg, #cd2f3e 0, #e43f3b 100%) !important;
}

.text-company-color{
    color: #CE171F;
}

a.text-company-color:hover{
    color: rgb(207, 124, 129);
}

.bg-company-color{
    background: #CE171F;
}