.b-color-text{
    color: #11007b;
}
.b-color-bg{
    background-color: #11007b !important;
}

.about-section .row, #history {
    display: flex;
    align-items: center;
    /* Vertically center content */
}

@media (max-width: 991px) {
    .about-section .row {
        flex-direction: column;
        /* Stack in mobile view */
        align-items: flex-start;
        /* Align normally for mobile */
    }
}

.text-red{
    color: #d2042d;
}