.detail_page {
  padding: 80px 0;
}

.detail_page .title {
  font-size: 16px;
  text-transform: uppercase;
  color: #3a3a3a;
  padding-bottom: 10px;
  border-bottom: solid 1px #999999;
  margin-bottom: 30px;
}

.detail_page .content__ h1,
.detail_page .content__ h2,
.detail_page .content__ h2,
.detail_page .content__ h4,
.detail_page .content__ h5 {
  color: #000;
}

.detail_page .content__ h2 {
  margin-bottom: 20px;
}

.detail_page .content__ h3 {
  margin-bottom: 10px;
}

.detail_page .content__ p {
  font-family: "NotoSerif", sans-serif;
  font-size: 14px;
  color: #3a3a3a;
}

.detail_page .content__ p img {
  width: 100% !important;
  height: auto;
  margin-bottom: 34px;
}

.detail_page .content__ .btgrid .row .col .content p {
  margin-bottom: 10px;
}

.detail_page .content__ .btgrid .row .col .content p:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=detail.css.map */