#counter{
    margin-top: 80px;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 5%);
}
.text-semi-dark-blue {
    color: #1641b5;
}
.text-navy-blue {
    color: #1e1666;
}
.flex-1{
    flex: 1;
}
#why p {
    font-weight: 400;
}

i.bi.bi-files.text-navy-blue.ml-1 {
    font-size: 17px;
}
.text-bold{
    font-weight:bold;
}
.pointer-events-none{
    pointer-events: none !important;
}