/*================================
=         Company Profile        =
================================*/
.headingtxt {
    font-weight: 700;
}
.brndcard .card-header {
    text-align: center;
}
.sec-desc {
    text-align-last: unset;
}
.comprof td {
    border-width: 0.5px;
    padding:5px 10px;
}
@media (max-width: 991px) {
    .comprof table,
    .comprof tbody,
    .comprof th,
    .comprof td,
    .comprof tr {
        display: block !important;
        width: 100% !important;
        height: auto !important;
    }
    .comprof tr td:nth-child(2) {
        display: none !important;
    }
    .comprof td {
        text-align: left !important;
        border: none;
        border-bottom: 1px solid #000;
        padding: 8px 10px;
    }
    .comprof tr:last-child > td:last-child {
        border-bottom: none;
    }
}
@media (max-width: 768px) {
    
}
/*===== End of Company Profile ======*/

