.faq {
  background-color: #ffffff;
  border-radius: 0 0 5.389vw 5.389vw;
  z-index: 1;
  position: relative;
  /* margin-bottom: 4vh; */
}
.containerFaq {
}
.communication-img{
  position: absolute;
  right: 0vw;
  top: -8vw;
  height: 18.133vw;
}
.heading {
  color: #3D4D5D;
  font-size: 8.533vw;
  font-style: normal;
  font-weight: 300;
  line-height: 9vw;
  letter-spacing: -0.48px;
  margin: 0;
  text-align: left;
  margin-bottom: 10vw;
  width: 75vw;
}
.heading span{
  color: #FF752C;
  font-weight: 800;
}
.faq-heading-span{
  color: #FF752C;
  font-size: 8.533vw;
  font-style: normal;
  font-weight: 900;
  line-height: 6vh;
  background-image: url('../../../images/brightchamps-bg-img.svg');
  background-size:55vw 8vh;
  background-position: center center;
  background-repeat: no-repeat;
}
.line{
  width: 51px;
  height: 2px;
  background-color: #FF752C;
  margin: 1vh 0 2vh 4vw;
}

.accordionBox {
  display: flex;
  flex-direction: column;
}
.accordionBox .active img{
  opacity: 0;
}
.accordion {
  background: #ffffff;
  padding: 4.222vw 4.222vw 6.222vw 4.222vw;
  border-bottom: 1px solid #00000010;
}
.last-q{
  border-bottom: none;
}
.accHeading {
  display: flex;
  justify-content: space-between;
}
.accHeading h3 {
  font-size: 4.267vw;
  line-height: 5.333vw;
  font-weight: 700;
  color:#3D4D5D
}
.accHeading span {
  flex-shrink: 0;
  align-self: flex-start;
  transform: rotate(180deg);
  margin-left: 0.5vw;
}
.accHeading span img{
  height: 3.5vw;
  width: 3.5vw;
}
.accBody {
  display: none;
  margin-top: 4vw;
}
.accBody p {
  font-size: 3.200vw;
  color: #3D4D5D;
  line-height: 4.8vw;
  font-weight: 300;
}
.accordion.active .accBody {
  display: block;
}
.accordion.active .accHeading span {
  transform: rotate(0deg);
}