.header-bg-gradient-primary-to-secondary {
    background-color: #0b4696 !important;
    background-image: linear-gradient(135deg, #0b4696 0%, #000000 80%) !important;
}

.text-justify {
    text-align: justify;
}

.number-icon {
    border-radius: 50%;
    padding: 5px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    background-image: linear-gradient(135deg, #262b61 0%, rgb(102 197 219) 100%) !important;
}

.navbar-marketing.navbar-dark.navbar-scrolled {
    background-color: #0b4696 !important;
}