._single-news {
  word-wrap: normal;
}

._single-news img {
  display: inline;
}

._single-news p {
  margin: 1em 0;
}

._single-news b {
  font-weight: bold;
}

._single-news table {
  margin: 0;
}

._single-news table td,
._single-news table th {
  padding: 0;
  text-align: inherit;
}

._single-news table:last-of-type {
  width: auto !important;
}

._single-news table:last-of-type td {
  text-align: center !important;
}

._single-news table:last-of-type td,
._single-news table:last-of-type th {
  padding: 0 !important;
}


/* Page Title */
.page-title .page-title__text {
  font-weight: bold;
  font-size: 26px;
  margin-top: 60px;
}

.page-title .page-title__label {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .page-title .page-title__text {
    margin-bottom: 5px;
    font-size: 22px;
    margin-top: 40px;
  }

  .page-title .page-title__label {
    font-size: 16px;
  }
}
