h3 {
  color: #272727;
  font-weight: bold;
  text-align: center;
  font-size: 29px;
  font-size: 2.9rem;
  margin-bottom: 35px;
}
#company1 {
  padding-top: 100px;
  padding-bottom: 150px;
}
#company1 table {
  color: #292929;
  width: 100%;
	border: none;
}
#company1 table tr {
	border-top: 1px solid #C8C8C8;
}
#company1 table tr:last-child {
	border-bottom: 1px solid #C8C8C8;
}
#company1 table th {
  width: 26%;
  text-align: center;
  font-weight: 700;
  vertical-align: middle;
  padding: 15px 0;
	border: none;
}
#company1 table td {
  background-color: #fff;
  padding: 15px 35px;
	border: none;
}
#company1 table td dl {
  padding-bottom: 8px;
}
#company1 table td dl dt {
  padding-bottom: 5px;
}
#company1 table td dl dd {
  padding-left: 1em;
  line-height: 1.375;
}
#company1 table td ol li {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
@media screen and (max-width: 768px) {
  h3 {
    margin-bottom: 15px;
	      font-size: 26px;
    font-size: 2.6rem;
  }
  #company1 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  #company1 table {
    border-left: none;
    border-right: none;
  }
  #company1 table th {
    width: 100%;
    display: block;
    padding: 8px 15px 0;
    border-bottom: none;
    border-top: none;
	  text-align: left;
  }
  #company1 table td {
    border-bottom: none;
    width: 100%;
    display: block;
    padding: 8px 15px;
  }
}