/* ------------------------------------------------------------
// Company
------------------------------------------------------------ */
.company-box:first-child {
  margin-bottom: 150px;
}
@media print, screen and (max-width: 767px) {
  .company-box:first-child {
    margin-bottom: 100px;
  }
}

.table-base tr td span {
  font-weight: 500;
}