.faq {
  background-color: #ffffff;
  border-radius: 0 0 5.389vw 5.389vw;
  z-index: 1;
  position: relative;
  padding: 5vw 3.5vw;
}
.communication-img {
  position: absolute;
  right: 0vw;
  top: -8vw;
  height: 18.133vw;
}
.heading {
  color: #000;
  font-size: 8.533vw;
  font-style: normal;
  font-weight: 900;
  line-height: 9vw;
  letter-spacing: -0.48px;
  margin: 0;
  text-align: center;
  margin-bottom: 5vw;
  opacity: 0.9;
}
.heading span {
  /* background: linear-gradient(90deg, #f76f19, #803de7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #ED675C;
  font-weight: 800;
}
.faq_sub_heading{
  font-size: 4.5vw;
  color: #616a76;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15vw;
}
.line {
  width: 51px;
  height: 2px;
  background-color: #ff752c;
  margin: 1vh 0 2vh 4vw;
}

.accordionBox {
  display: flex;
  flex-direction: column;
}
.accHeading span img{
  transform: rotate(0deg);
}
.accHeading .active span img{
  transform: rotate(180deg);
}

.accordion {
  background: #ffffff;
  padding: 4.222vw 0vw 4vw 0vw;
  border-bottom: 1px solid #00000010;
}
.last-q {
  border-bottom: none;
}
.accHeading {
  display: flex;
  justify-content: space-between;
}
.accHeading h3 {
  font-size: 4vw;
  line-height: 5.333vw;
  font-weight: 700;
  color: #000;
  opacity: 0.8;
}
.accHeading h3:hover{
  text-decoration: underline;
}
.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.5vw;
  color: #3d4d5d;
  line-height: 4.8vw;
  font-weight: 700;
}
.accordion.active .accBody {
  display: block;
}
.accordion.active .accHeading span {
  transform: rotate(0deg);
}
