.p-product-table {
    background-color: #F7F7F9;
    padding: 120px 0px;
}

table {
    border-collapse: collapse;
}
tbody tr:first-child{
    border-bottom: 2px solid #05152D;
}
.p-product-table__title {
    color: #05152D;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 32px;
}

.p-product-table__container table {
    width: 100%!important;
}

.p-product-table__container table tbody tr:first-child {
    color: #05152D;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.p-product-table__container table tbody tr td {
    text-align: left !important;
    font-size: 14px;
    color: #05152D;
    padding: 12px;
    border-bottom: 1px solid#DBDBDB;
}