.mod-article-single {
  margin-bottom: 29px;
}
.mod-article-single .item__module:before,
.mod-article-single .item__module:after {
  display: table;
  content: " ";
}
.mod-article-single .item__module:after {
  clear: both;
}
.mod-article-single .item__module:before,
.mod-article-single .item__module:after {
  content: " ";
  display: table;
}
.mod-article-single .item__module:after {
  clear: both;
}
.mod-article-single__questions {
  background: #ebc686;
}
.mod-article-single__questions .item_img {
  margin: 0;
}
.mod-article-single__questions .item_content {
  padding: 15px;
}
.mod-article-single__questions .item_content .item-title {
  color: white;
}
.mod-article-single__questions .item_content .item_introtext *,
.mod-article-single__questions .item_content .item_introtext p {
  color: white;
}
.mod-article-single__questions .item_content .btn {
  background: white;
  color: #222222;
}
.mod-article-single__questions .item_content .btn:before {
  content: '\f0e0';
  font-family: 'FontAwesome';
  color: #222222;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  margin-right: 5px;
}
.mod-article-single__questions .item_content .btn:hover {
  background: #673ab7;
  color: white;
}
.mod-article-single__questions .item_content .btn:hover:before {
  color: white;
}
@media (max-width: 1199px) {
  .mod-article-single__questions {
    text-align: center;
  }
  .mod-article-single__questions .item_content .item-title {
    text-align: center;
    font-size: 18px;
  }
  .mod-article-single__questions .item_content .btn {
    white-space: normal;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .mod-article-single__questions .item_img {
    padding: 15px;
    padding-top: 30px;
  }
  .mod-article-single__questions .item_content {
    padding-bottom: 30px;
  }
}