.table {
    width: 80%;
    margin-bottom: 1rem;
    color: #93741f;

}
.table-close{
    background-color: #f3e686;
        height: 34px;
}

.table .thead th {
    color: #3a3304;
    background-color: #f3e785;
    border-color: #f1eacf;
}

.table-infor {
    background-color: #f1eacf;
}


.heading.h-1 {
    font-size: 1.5em;
    font-family: var(--font-family-base, "Roboto");
    text-align: center;
  color:#826819;
  margin-top: 5em;
}
.pricing-plans .pricing-table .pricing-wrapper .pricing-list {
    justify-content: center;
     padding: 0px; 
}

.pricing-plans {
    padding-top: 30px;
   padding-bottom: 0px;
}