#wrapper {
  position: relative;
}
#wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../../../../resources/images/use/bg_content.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.detail {
  padding: 15px 0 40px;
}
.detail h1.title {
  padding-bottom: 14px;
  text-align: center;
  color: #224893;
  font-size: 16px;
  font-weight: 600;
}
.detail .content {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 992px) {
  .detail .content {
    font-size: 15px;
    line-height: 23px;
  }
}
.detail .content iframe, .detail .content video, .detail .content img {
  max-width: 100%;
}
.detail .content video, .detail .content img {
  height: auto !important;
}