.table {
  border: 1px solid #F0F0F0;
  width: 100%;
  border-collapse: collapse;
}
.table tr td {
  border: 1px solid #F0F0F0;
  background-color: #FAFAFC;
  padding: 8px 12px; 
}
.table tr td:first-child {
  width: 30%; 
  font-weight: 600; 
}

.ctt p{
  font-size:18px
}

