.text-block {
  padding: 50px 0;
}
.text-block .wrapper .text table {
  background-color: #fff;
  width: 100%;
  border-radius: 7px;
  border-collapse: collapse;
}
.text-block .wrapper .text table tr {
  border: 1px solid #e8e9e9;
}
.text-block .wrapper .text table tr:first-child td {
  color: #e40000;
  font-size: 20px;
  font-weight: bold;
}
.text-block .wrapper .text table tr td {
  padding: 25px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .text-block .wrapper .text {
    overflow-y: auto;
  }
}
