.group-info-table {
  position: relative;
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #008080;
  background-color: #EBF4F5;
  font-size: 16px;
  font-size: 14px;
  border-collapse: separate;
  border-spacing: 0 0px;
  padding-left: 25px 20px;
}
@media screen and (max-width: 640px) {
  .group-info-table {
    font-size: 14px;
  }
}
.group-info-table .field {
  margin: 5px 0;
  color: #1E2643;
}
.group-info-table tbody tr {
  position: relative;
}
.group-info-table tbody tr:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #008080;
}
.group-info-table tbody tr td {
  padding-left: 15px;
  padding-left: 0;
  font-weight: normal;
}
.group-info-table tbody tr td:nth-child(1) {
  font-weight: bold;
  width: 200px;
}
.group-info-table tbody tr:last-child:after {
  display: none;
}