.custom_container_of_table .table_head h3, .custom_container_of_table .table_head h5 {
    color: #358DC3;
    font-weight: 900 !important;
}
.custom_container_of_table {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
}
.custom_container_of_table table td, .custom_container_of_table table th {
    text-align: right;
}

.custom_container_of_table i.fas.fa-gas-pump {
    font-size: 38px;
    margin-right: 5px;
}
.custom_container_of_table table tr {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px inset #ddd;
}
.custom_container_of_table table {
    margin-top: 15px;
}