.faqSection {
    background: url("https://yuccahq.com/wp-content/themes/child-theme/images/page.home-img/feature-bg.jpg") no-repeat center;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.faqSection::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.72);
}

@media only screen and (max-width: 420px) {
    .faqSection {
        background: url("https://yuccahq.com/wp-content/themes/child-theme/images/page.home-img/feature-bg-m-min.jpg") no-repeat center !important;
        background-size: cover !important;
    }

    .faqSection::before {
        display: none;
    }
}

.faqSection .sectionTitle h2 {
    background: #c5984d;
    background: -moz-linear-gradient(top, #c5984d 12px, #09090a 35px);
    background: -webkit-gradient(left top, left bottom, color-stop(12px, #c5984d), color-stop(35px, #09090a));
    background: -webkit-linear-gradient(top, #c5984d 12px, #09090a 35px);
    background: -o-linear-gradient(top, #c5984d 12px, #09090a 35px);
    background: -ms-linear-gradient(top, #c5984d 12px, #09090a 35px);
    background: linear-gradient(to bottom, #c5984d 12px, #09090a 35px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .faqSection .sectionTitle {
        background: transparent;
        color: #c5984d;
    }
}

.faqSection .faqItem {
    padding: 20px;
    padding-left: 30px;
    position: relative;
    border: 1px solid #707070;
    border-radius: 15px;
    margin-bottom: 30px;
    /*transition: all linear 0.3s;*/
    transition: all linear 0.3s, background cubic-bezier(0.3, 0, 0.07, 1) 0.5s;
}

.faqSection .faqItem:hover {
    background: rgba(255, 255, 255, 0.1);
}

.faqSection .faqItem.active .closeButton svg {
    transform: rotate(45deg);
    /* left: 11px;
    top: 4px; */
}

.faqSection .faqItem.active .dsc {
    opacity: 1;
    visibility: inherit;
}

.faqSection .faqItem .closeButton {
    position: absolute;
    left: 20px;
    top: 16px;
    width: 35px;
    height: 35px;
    border: 1px solid #d3ad6e;
    border-radius: 10px;
    cursor: pointer;
}

/* .faqSection .faqItem .closeButton::before {
  content: "+";
  font-size: 30px;
  position: absolute;
  width: 15px;
  top: 3px;
  height: 20px;
  line-height: 30px;
  left: 9px;
  transition: all linear 0.3s;
  background: #c5984d;
  background: -moz-linear-gradient(top, #c5984d 12px, #09090a 35px);
  background: -webkit-gradient(left top, left bottom, color-stop(12px, #c5984d), color-stop(35px, #09090a));
  background: -webkit-linear-gradient(top, #c5984d 12px, #09090a 35px);
  background: -o-linear-gradient(top, #c5984d 12px, #09090a 35px);
  background: -ms-linear-gradient(top, #c5984d 12px, #09090a 35px);
  background: linear-gradient(to bottom, #c5984d 12px, #09090a 35px);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */
.faqSection .faqItem .closeButton svg {
    width: 15px;
    height: 15px;
    fill: #d3ad6e;
    transition: all linear 0.3s;
    position: absolute;
    left: 9px;
    top: 9px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .faqSection .faqItem .closeButton::before {
        background: transparent;
        color: #c5984d;
    }
}

.faqSection .faqItem .title h3 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 30px;
    padding-left: 20px;
    font-size: 20px;
}

@media only screen and (max-width: 769px) {
    .faqSection .faqItem .title h3 {
        font-size: 15px;
    }
}

.faqSection .faqItem .title h3:before {
    content: "؟";
    font-size: 35px;
    position: absolute;
    width: 15px;
    height: 30px;
    right: 0;
    top: 0;
    line-height: 35px;
    background: #c5984d;
    background: -moz-linear-gradient(top, #c5984d 12px, #09090a 35px);
    background: -webkit-gradient(left top, left bottom, color-stop(12px, #c5984d), color-stop(35px, #09090a));
    background: -webkit-linear-gradient(top, #c5984d 12px, #09090a 35px);
    background: -o-linear-gradient(top, #c5984d 12px, #09090a 35px);
    background: -ms-linear-gradient(top, #c5984d 12px, #09090a 35px);
    background: linear-gradient(to bottom, #c5984d 12px, #09090a 35px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .faqSection .faqItem .title h3:before {
        background: transparent;
        color: #c5984d;
    }
}

.faqSection .faqItem .dsc {
    margin-top: 20px;
    margin-right: 25px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    display: none;
}

@media only screen and (max-width: 769px) {
    .faqSection .faqItem .dsc {
        font-size: 14px;
    }
}
