.faq-2 {
  margin: 0px 160px 0px 160px;
}
.faq-2 .faq2-col1 .elementor-widget-wrap {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}
.faq-2 .faq2-inner .elementor-row {
  width: 100%;
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.faq-2 .faq2-col1 .faq2-inner {
  width: 48% !important;
}
.faq-2 .faq2-img {
    padding: 10px;
}
.faq-2 .faq2-inner-q {
  width: 100% !important;
  position: relative;
  border-radius: 16px;
  gap: 16px;
  display: flex;
  justify-content: space-between;
  background-color: #a8a8a808;
  opacity: 1;
}
.faq-2 .faq2-q-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px 0px 12px;
}

.faq-2 .faq2-q
{
	margin-top: 15px;
}
.faq-2 .faq2-inner-q::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(
    103.49deg,
    rgba(66, 66, 66, 0.16) 4.7%,
    rgba(66, 66, 66, 0.032) 46.64%,
    rgba(66, 66, 66, 0.16) 91.07%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}
.faq-2 .faq2-ans {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  padding: 0 10px;
  margin-top: 5px;
}
.faq-2 .faq2-img img {
  transition: transform 0.3s;
}
.faq-2 .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 0px;
}
.faq-2 .faq2-q-main.active .faq2-img img {
  transform: rotate(45deg);
}
.faq-2 .elementor-widget-wrap {
  padding: 8px 10px 0px 12px;
}
/* ========================================  Respnsive  ======================================================= */
@media (max-width: 1440px) {
  .faq-2 {
    margin: 0px 100px 0px 100px;
  }
}
@media (max-width: 992px) {
  .faq-2 {
    padding: 0;
    margin: 0px 40px 0 40px;
  }
}
@media (max-width: 767px) {
  .faq-2 .faq2-col1 .elementor-widget-wrap {
    flex-direction: column;
  }
  .faq-2 .faq2-col1 .faq2-inner {
    width: 100% !important;
  }
  .faq-2 {
    padding: 0;
    margin: 0 16px 0 16px !important;
  }
}
