.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: #232323;
  cursor: pointer;
  font-size: 17px;
  color: #FFF;
  font-family: "Fredoka", sans-serif;
  box-shadow: 0 0 2px #000;
}
.js-ag-faq_text {
  line-height: 1.42;
  padding: 30px 40px;
  background-color: #fff;
  font-size: 16px;
  color: #000;
  font-family: "Fredoka", sans-serif;
  box-shadow: 0 0 2px #000;
}
.js-ag-faq_text a{
  color: #3d85c6;
}
.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: 960px;
  }

}
