/* services-faq */
.services-faq {
  background-color: #f3f4f5;
  padding-top: 70px;
  padding-bottom: 70px;
}
.services-faq .services-faq-content h2 {
  color: #000000;
  margin-bottom: 45px;
  font-size: 32px;
  font-weight: 300;
}
.services-faq .services-faq-content .faq li {
  border-bottom: 1px solid #e3e3e3;
}
.services-faq .services-faq-content .faq li a {
  padding: 25px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.09px; 
}
.services-faq .services-faq-content .faq li a svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  fill: #000000;
  -webkit-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.services-faq .services-faq-content .faq li.selected a svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.services-faq .services-faq-content .faq li p {
  letter-spacing: 0.08px;
  line-height: 25px;
  color: #606060;
  font-size: 16px;
  font-weight: 300;
  max-width: 900px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {
  
}
@media only screen and (max-width: 768px) {
  .services-faq .services-faq-content .faq li a {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 576px) {
  .services-faq .faq li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {

}