/*================================
=      Company Information       =
================================*/
.comsec {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;    
}
.comsec p::first-letter {
    font-weight: 700;
    margin-right: 2px;
    padding: 0 4px;
    background-color: var(--bs-light-border-subtle);
    border-radius: 2px;
    color: var(--bs-card-title-color);
}
@media (max-width: 991px) {
}
/*===== End of Company Information ======*/

