.container-c {
  margin: 0px 16px !important;
}

@media(min-width: 992px){
  .container-c {
    margin: 0px 100px !important;
  }
  .faq .faq-q {
    margin-left: 140px;
  }
}

.page-faq .heading {
  font-family: 'nefelibatascript';
  color: #79a8a7;
  font-size: 48px;
  text-align: center;
  font-weight: bold;
}

.faq-parent {
  margin: 48px 0px;
}

.faq-parent:hover .faq-a {
	background: gray;
}

.faq-parent:hover .faq-a .faq-text {
	color: #fff;
}

.faq .faq-a {
  background: #e8e8e8;
  font-family: 'PFDinTextCompPro-Regular';
  padding: 12px;
  transition: all .1s ease-in-out;
}

.faq .faq-q {
  background: #f6f6f6;
  font-family: 'PFDinTextCompPro-Regular';
  padding: 12px;
  margin-left: 20px;
  position: relative;
}

.faq .faq-q:after {
  content: '';
	position: absolute;
	top: 0;
	left: 32px;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-bottom-color: #f6f6f6;
	border-top: 0;
	border-left: 0;
	margin-left: -10px;
	margin-top: -20px;
}

.faq .faq-sup {
  color: #d1d1d1;
  font-size: 48px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 24px;
}

.faq .faq-text {
  color: #6a6a6a;
  font-size: 24px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
	transition: all .1s ease-in-out;
}