/* Custom button styles */
.butn.primary {
    background-color: #03228f;
}

.butn.primary:hover {
    background-color: #fb9a27;
}

.butn.primary.white-hover:hover {
    background-color: #fff;
    color: #282b2d !important;
}

.butn.primary.white-hover:hover .icon-arrow {
    color: #282b2d;
}
