p, .text {
  line-height: 1.5;
}

.text .table {
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 100%;
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
}
.text .table tr {
  padding: 1rem 0;
}
.text .table tr td {
  padding: 1rem;
}
.text .table tr td:first-of-type, .text .table tr td:last-of-type {
  padding: 1rem 3rem;
}
.text .table tr:first-of-type {
  background-color: #0099C9;
  color: #F9FBFD;
}
.text .table tr:nth-child(odd):not(:first-of-type) {
  background-color: #F4F4F4;
}