.lp-reasons__inner {
  width: 88.889%;
  max-width: 1280px;
}
@media (max-width: 768px) {
  .lp-reasons__table table {
    min-width: 800px;
  }
}
.lp-reasons__table table thead th:nth-child(1) {
  width: 15%;
}
.lp-reasons__table table thead th:nth-child(2) {
  width: 20%;
  border-top: 3px solid #c71f0e;
  border-right: 3px solid #c71f0e;
  border-left: 3px solid #c71f0e;
}
.lp-reasons__table table thead th:nth-child(3), .lp-reasons__table table thead th:nth-child(4), .lp-reasons__table table thead th:nth-child(5), .lp-reasons__table table thead th:nth-child(6) {
  width: 16.25%;
}
.lp-reasons__table table tbody tr td:nth-child(2) {
  border-right: 3px solid #c71f0e;
  border-left: 3px solid #c71f0e;
}
.lp-reasons__table table tbody tr:last-child td:nth-child(2) {
  border-bottom: 2px solid #c71f0e;
}