.main-article .entry-body .table-content {
  margin-bottom: 0;
}
.main-article .entry-body table {
  width: 100%;
}
.main-article .entry-body table th {
  text-align: center;
  width: 25%;
}
.main-article .entry-body .section-access {
  margin-bottom: 0;
}
.main-article .entry-body .section-access h4 {
  margin-bottom: 5px;
}
.main-article .entry-body .section-access p {
  margin: 10px 0;
}
.main-article .entry-body .iframe-content {
  position: relative;
  padding-bottom: 62.5%;
  margin-bottom: 50px;
}
.main-article .entry-body .iframe-content iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .main-article .entry-body table th {
    width: 28%;
  }
  .main-article .entry-body .iframe-content {
    padding-bottom: 60vh;
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=../map/css/style-company.css.map */
