.company-info-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  font-size: 14px;
  color: #000;
  display: block;
  box-sizing: border-box;
}

.company-info-title {
  font-size: 28px;
  border-bottom: 2px solid #142d62;
  padding-bottom: 8px;
  margin-bottom: 32px;
  display: inline-block;
}

.company-info-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
  margin-bottom: 40px;
  border: none;
}

.company-info-table th,
.company-info-table td {
  border-bottom: 1px solid #999;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  font-size: 18px;
}

.company-info-table th {
  font-weight: bold;
  white-space: nowrap;
  width: 240px;
}

@media screen and (max-width: 768px) {
  .company-info-wrapper {
    padding: 24px 10px;
  }
	
  .company-info-title {
    font-size: 20px;
    margin-bottom: 0px;
  }
	.company-info-table td,
	.company-info-table th {
	font-size: 14px;
  }

  .company-info-table th {
    margin-top: 16px;
	width: auto;
  }
}

@media screen and (max-width: 501px) {
	.company-info-table td,
	.company-info-table th {
	font-size: 12px;
  }
}	

@media screen and (max-width: 403px) {
	.company-info-table td,
	.company-info-table th {
	font-size: 11px;
  }
}
	