.faq {
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 20px;
}
.faq .title-module {
  font-size: 18px;
  font-family: OpenSans-Bold;
  margin: 20px 0px 0px;
  padding-bottom: 15px;
  padding-left: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
}
.faq .list_faq_content {
  padding: 20px;
}
.faq ul {
  margin-left: 30px;
  list-style: outside;
  line-height: 24px;
}
.faq ol {
  margin-left: 30px;
  list-style: decimal;
  line-height: 24px;
}
.faq p {
  font-size: 16px;
  line-height: 22px;
}
.faq img {
  max-width: 100%;
}
.faq a {
  color: #d9222a;
}
.faq a:hover {
  font-weight: bold;
}

@media (max-width: 767px) {
  .faq .list_faq_content {
    padding: 20px 10px;
  }
  .faq p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .col_aside {
    margin-top: 15px;
  }
  .faq .list_faq_content {
    padding: 20px 15px;
  }
  .faq .title-module {
    line-height: 27px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .faq .description {
    overflow: hidden;
  }
  .faq .description img {
    height: auto !important;
  }
  .faq p {
    font-size: 15px;
  }
}/*# sourceMappingURL=detail.css.map */