.ag-format-container {
  width: 1142px;
  margin: 0 auto;
}

.js-ag-hide {
  display: none;
}

.ag-faq_list {
  padding: 50px 0;
}
.ag-faq_item {
  margin: 0 0 15px;
}
.js-ag-faq_title {
  padding: 15px 30px;
  background-color: #000;
  cursor: pointer;
  font-size: 18px;
  color: #FFF;
}
.js-ag-faq_text {
  line-height: 1.42;
  padding: 30px 40px;
  background-color: #eb2834;
  font-size: 16px;
  color: #000;
}
.js-ag-faq_text a{
  color: #fff;
}
.js-ag-faq_text a:hover{
  color: #000;
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

}

@media only screen and (max-width: 639px) {

}

@media only screen and (max-width: 479px) {

}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 100%;
  }

}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 100%;
  }

}
