@charset "UTF-8";

.p-faq {
  padding: 80px 0;
}

@media (max-width: 767px) {
  .p-faq {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-faq:after {
  display: none;
}

.p-faq-wrapper {
  position: relative;
  overflow: hidden;
}

.p-faq-wrapper::after {
  position: absolute;
  content: '';
  width: 278.91px;
  height: 139.72px;
  top: 0;
  right: 0;
  background-image: url('../images/faq/faq-owl.svg');
  background-size: cover;
}

@media (max-width: 767px) {
  .p-faq-wrapper::after {
    width: 140px;
    height: 70.13px;
    top: 200px;
    right: -20px;
  }
}

footer {
  position: relative;
}

footer::before {
  position: absolute;
  content: '';
  width: 101.93px;
  height: 136px;
  top: -120px;
  left: 40px;
  background-image: url('../images/faq/faq-tree.svg');
  background-size: cover;
}

@media (max-width: 767px) {
  footer::before {
    width: calc(101.93px / 2);
    height: calc(136px / 2);
    top: -60px;
    left: 20px;
  }
}

.p-faq-wrapper .p-aboutUs2-menu {
  justify-content: center;
  max-width: calc((252px * 3) + 40px);
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .p-faq-wrapper .p-aboutUs2-menu {
    justify-content: flex-start;
  }
}

.p-faq-inner:nth-child(1) {
  padding-top: 60px;
}

.p-faq-heading {
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FDD014;
  border-radius: 10px;
  margin: 0 auto 40px;
  max-width: 1000px;
}

.p-faq-youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 20px;
}

.p-faq-youtube iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .p-faq-youtube {
    padding-left: 40px;
    box-sizing: border-box;
  }
}

.p-faq-answer-inner {
  padding-left: 40px;
  position: relative;
  padding-top: 15px;
}

.p-faq-answer-inner::before {
  position: absolute;
  content: "A";
  font-size: 25px;
  left: 0;
  top: 15px;
  line-height: 1;
}

@media (max-width: 767px) {
  .p-faq-answer-inner {
    padding-left: 25px;
  }

  .p-faq-answer-inner::before {
    top: 19px;
    font-size: 20px;
  }
}