div.desc {
  background: var(--theme-base);
  display: flex;
  align-items: center;
  justify-content: center;
}
div.desc div.content {
  gap: 30px;
}
div.desc div.content svg {
  width: 100px;
}
div.desc div.content svg path {
  fill: var(--theme-white);
}
div.desc div.content .heading4 {
  width: 80%;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
  text-transform: capitalize;
  color: var(--theme-white);
  font-family: var(--theme-font-three);
}
.faqs-block .row {
  gap: 0;
  row-gap: 0 !important;
}
div.bg-surface {
  background: rgb(var(--theme-base-rgb), 0.3);
  position: relative;
}
div.bg-surface .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
}
div.bg-surface .bg-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.bg-surface div.content-main div.heading3 {
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
  text-transform: capitalize;
  color: var(--theme-black);
}
@media screen and (max-width: 768px) {
  div.bg-surface div.content-main div.heading3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.faqs-block.style-one {
  position: relative;
  overflow: hidden;
}
.faqs-block.style-one > .row {
  /* width: 100%; */
  /* height: 720px; */
  overflow: hidden;
}
.faqs-block.style-one > .row > div:first-child {
  height: 100%;
  padding-right: 0;
}
.faqs-block.style-one > .row > div:first-child .bg-img picture {
  display: block;
  width: 100%;
  aspect-ratio: 1.6 / 1;
  height: auto;
  position: relative;
}
.faqs-block.style-one > .row > div:first-child .bg-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faqs-block.style-one > .row > div:first-child .desc {
  height: calc(100% * 1 / 3);
  padding: 0 25px;
}
@media screen and (min-width: 768px) {
  .faqs-block.style-one > .row > div:first-child .desc {
    padding: 50px 25px;
  }
}
.faqs-block.style-one > .row > div:first-child .desc .content {
  width: 70%;
  display: flex;
  align-items: center;
}
.faqs-block.style-one > .row > div:first-child .desc .content i {
  font-size: 100px;
}
.faqs-block.style-one > .row > div:last-child {
  overflow: hidden;
}
.faqs-block.style-one > .row > div:last-child .content-main {
  width: 70%;
  padding-left: 60px;
  padding-top: 40px;
}
.faqs-block.style-one > .row > div:last-child .content-main .list-question .question-item .heading7 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}
.faqs-block.style-one > .row > div:last-child .content-main .list-question .question-item i {
  font-size: 16px;
}
@media (min-width: 2000.99px) {
  .faqs-block.style-one > .row > div:last-child .content-main {
    width: 60%;
  }
}
@media (min-width: 2480.99px) {
  .faqs-block.style-one > .row > div:last-child .content-main {
    width: 50%;
  }
}
@media (min-width: 2980.99px) {
  .faqs-block.style-one > .row > div:last-child .content-main {
    width: 40%;
  }
}
@media (max-width: 1600.99px) {
  .faqs-block.style-one > .row > div:first-child .desc .content {
    width: 80%;
  }
  .faqs-block.style-one > .row > div:last-child .content-main {
    width: 90%;
  }
}
@media (max-width: 1400.99px) {
  .faqs-block.style-one > .row > div:first-child .desc .content i {
    font-size: 80px;
  }
  .faqs-block.style-one > .row > div:first-child .desc .content .heading4 {
    font-size: 32px;
  }
  .faqs-block.style-one > .row > div:last-child .content-main {
    width: 94%;
  }
}
@media (max-width: 1169.99px) {
  .faqs-block.style-one > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .faqs-block.style-one > .row > div:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  .faqs-block.style-one > .row > div:last-child .content-main {
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 767.99px) {
  .faqs-block.style-one > .row > div:first-child .desc .content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .faqs-block.style-one > .row > div:first-child .desc .content i {
    font-size: 60px;
  }
}
@media (max-width: 1169.99px) {
  .faqs-block.style-one > .row {
    height: unset;
    row-gap: 0;
  }
  .faqs-block.style-one > .row > div:first-child .bg-img img {
    max-height: unset;
    height: unset;
  }
  .faqs-block.style-one > .row > div:first-child .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
  .faqs-block.style-one > .row > div:first-child .desc .content {
    padding: 30px 0;
  }
  .faqs-block.style-one > .row > div:last-child {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 767.99px) {
  .faqs-block.style-one > .row {
    height: unset;
    row-gap: 0;
  }
  .faqs-block.style-one > .row > div:first-child .desc .content i {
    font-size: 50px;
  }
  .faqs-block.style-one > .row > div:first-child .desc .content .heading4 {
    font-size: 20px;
    line-height: 1.3em;
  }
}
.question-item {
  border: 0 solid var(--theme-gray);
  border-radius: 8px;
  margin-top: 20px;
  padding: 0 28px;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  background-color: rgb(var(--theme-white-rgb), 0.7);
}
.question-item:hover {
  box-shadow: 1px 5px 20px 0px rgba(37, 82, 91, 0.2);
}
.question-item .question-item-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0px;
}
.question-item .question-item-main svg {
  width: 16px;
}
.question-item .question-item-main svg.ph-minus path.plus {
  display: none;
}
.question-item .content-question .body3 {
  padding: 16px 0px;
}
.question-item .question-item-main i {
  transform: rotate(0);
  transition: all ease 0.5s;
}
@media (max-width: 575.99px) {
  .question-item .question-item-main i {
    font-size: 16px;
  }
}
.question-item .content-question {
  transition: all ease-in-out 0.5s;
  max-height: 0;
  overflow: hidden;
}
.question-item .content-question .border-line {
  background-color: var(--theme-gray);
  width: 100%;
  height: 1px;
}
.question-item.open .content-question {
  max-height: unset;
}
