.text-dark {
    color: #181c32!important;
}
.text-hover-primary {
    transition: color .2s ease,background-color .2s ease;
}
.text-dark {
    color: #181c32!important;
}

.fw-bolder {
    font-weight: 600!important;
}
.fs-2 {
    font-size: calc(1.275rem + .3vw)!important;
}
.my-bcgr-color-st{
    background-color:#e4e6ef;
    border-radius:0;
}
.my-bcgr-color-wh{
    background-color:white;
}