.faq-wrapper {
  padding: 70px 0px 140px;
}

.faq-wrapper .faq-flex-wrap {
  display: flex;
  flex-wrap: wrap-reverse;
}

.faq-wrapper .faq-cnt-col {
  width: 50%;
  padding-right: 100px;
}

.faq-wrapper .faq-thumb-col {
  width: 50%;
}

.faq-wrapper .faq-thumb-col img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  border-radius: 12px;
}

.faq-wrapper .faq-cnt-col h4 {
  font-weight: 500;
}

.faq-wrapper .faq-cnt-col h2 {
  line-height: 70px;
}

.faq-wrapper .faq-cnt-col .faq-description-wrapper p {
  color: #B1B4B6;
  font-size: 30px;
}

.faq-wrapper .faq-wrapper-outer {
  margin-top: 50px;
}

.faq-wrapper .faq-inner-wrapper {
  padding: 40px 40px 40px 60px;
  position: relative;
}

.faq-wrapper .faq-inner-wrapper:after {
  content: '';
  position: absolute;
  top: 100%;
  background-color: #000;
  opacity: 0.15;
  left: 0;
  right: 0;
  height: 1px;
}

.faq-wrapper .faq-inner-wrapper .faq-description p {
  margin: 0px;
  color: #B1B4B6;
  font-size: 18px;
}

.faq-wrapper .faq-inner-wrapper 
.faq-description {
  margin-top: 20px;
  display:none;
}

.faq-wrapper .faq-inner-wrapper .faq-title h4 {
  margin: 0px;
  color: #000;
}

.faq-wrapper .faq-wrapper-outer .faq-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faq-wrapper .faq-inner-wrapper.active .faq-description {
  display:block;
}

.faq-wrapper .faq-inner-wrapper.active .icon-wrap svg rect:first-child {
  overflow: hidden;
  transition: height 0.6s ease;
  height: 0px;
}
.faq-wrapper .faq-wrapper-outer .faq-title svg rect:first-child {
  height: 30px;
  transition: height 0.6s ease;
}

/* RESPONSIVE STARTED  */
@media screen and (max-width:1500px){
  .faq-wrapper .faq-cnt-col {
    padding-right: 50px;
  }

  .faq-wrapper .faq-inner-wrapper {
    padding: 20px;
  }

  .faq-wrapper .faq-cnt-col .faq-description-wrapper p {
    font-size: 24px;
  }


  .faq-wrapper .faq-wrapper-outer {
    margin-top: 30px;
  }
}

@media screen and (max-width:1300px){

  .faq-wrapper .faq-cnt-col {
    width: 100%;
    padding: 0px;
  }

  .faq-wrapper .faq-thumb-col {
    width: 100%;
  }

  .faq-wrapper .faq-thumb-col img {max-height: 600px;max-width: 600px !important;!i;!;}

  .faq-wrapper .faq-flex-wrap {
    gap: 50px;
  }
}
@media screen and (max-width:992px){

  .faq-wrapper {
    padding: 25px 0px 50px;
  }

  .faq-wrapper .faq-cnt-col h2 {
    line-height: 1.2;
  }
}

@media screen and (max-width:768px){

  .faq-wrapper .faq-thumb-col img {
    max-width: 100% !important;!i;!;
    max-height: 350px !important;!i;!;
  }

  .faq-wrapper .faq-cnt-col .faq-description-wrapper p {
    font-size: 16px;
  }

  .faq-wrapper .faq-inner-wrapper .faq-description p {
    font-size: 16px;
  }

}

