.company {
  padding: 9rem 0;
  background: url(../images/bg-main.jpg) repeat;
}
.company h2 {
  margin-bottom: 4rem;
  text-align: center;
}
.company table {
  width: 100%;
  border-spacing: 1rem 0;
}
.company table th, .company table td {
  padding: 2rem 0;
  text-align: left;
}
.company table th {
  width: 30%;
  border-bottom: 2px solid #B3F1EE;
  font-weight: 500;
}
.company table td {
  border-bottom: 2px solid #E6E6E6;
}
.company table tr:first-child th {
  border-top: 2px solid #B3F1EE;
}
.company table tr:first-child td {
  border-top: 2px solid #E6E6E6;
}
