section.plan-section .head-sec {
    max-width: 32rem;
}
section.plan-section table {
    border: 1px solid rgb(0 0 0 / 0.1);
    border-radius: 0.5rem;
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0;
    margin-top: 32px;
}
section.plan-section th {
    padding: 12px 24px;
    font-size: 14px;
    color: var(--heading-color);
}
section.plan-section td{
   padding: 12px 24px;
    font-size: 14px;
  color: var(--heading-color);
  border-top: 1px solid rgb(0 0 0 / 0.1);
}
section.plan-section td img{
 min-width:40px;
  width:40px;
  height:40px;
  border-radius:100%;
}
section.plan-section td p{
  font-size: 14px;
  color: var(--heading-color);
  margin-bottom:0;
}
section.plan-section td span{
 font-size: 12px;
    color: var(--primary-color); 
}