/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.info-faq-reverse .container {
  max-width:100%;
  margin-bottom:2em;
}
.info-faq-reverse .content {
  margin-left:2em;
  margin-right:2em;
}


.info-faq-reverse .section-title .faqheadsize, .info-faq-reverse .section-title span, .info-faq-reverse .section-title p {
text-align: center;
}

.info-faq-reverse .section-title .faqheadsize {
    font-size: 32px;
    font-weight: var(--terraplanet-font-weight-headings);
    text-transform: uppercase;
    padding-bottom: 0;
    color: #4d4643;
    position: relative;
    z-index: 2;
}

.info-faq-reverse .section-title .faqheadsize::after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 5px;
    background: var(--terraplanet-color-primary);
    bottom: -.2em;
    left: calc(50% - 50px);
}

.info-faq-reverse .section-title span {
    position: absolute;
    color: #f0f1f3;
	margin-bottom: 10px;
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 0;
}

@media (max-width: 575px) {
.info-faq-reverse .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

.info-faq-reverse .section-title span {
    visibility: hidden;
  }
}


/*skill*/
.info-faq-reverse .content {
	margin-left:2em;
	margin-right:2em;

}
.info-faq-reverse .row {
	margin-top:2em;
}

.info-faq-reverse .content .textheadsize {
  font-weight: var(--terraplanet-font-weight-headings);
  font-size: 34px;
  color: var(--secondary);
}

.info-faq-reverse .content h4 {
  font-size: 20px;
  font-weight: var(--terraplanet-font-weight-headings);
  margin-top: 5px;
}

.info-faq-reverse .content p {
  font-size: var(--body-font-size);
  color: var(--body-color);
}

.info-faq-reverse .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}

.info-faq-reverse .accordion-item {
  border: 0;
  margin-top: 15px;
  box-shadow: 0px 5px 25px 0px rgba(var(--color-black-rgb), 0.06);
}

.info-faq-reverse .accordion-collapse {
  border: 0;
}

.info-faq-reverse .accordion-button {
  padding: 15px 40px 20px 60px;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: var(--body-color);
  text-align: left;
  background: var(--light);
  box-shadow: none;
  border-radius: 5px;
}

.info-faq-reverse .accordion-button:not(.collapsed) {
  color: var(--terraplanet-color-primary);
  border-bottom: 0;
  box-shadow: none;
}

.info-faq-reverse .question-icon {
  position: absolute;
  top: 14px;
  left: 25px;
  font-size: 20px;
  color: var(--terraplanet-color-primary);
}

.info-faq-reverse .accordion-button:after {
  position: absolute;
  right: 15px;
  top: 15px;
  color: var(--terraplanet-color-primary);
}

.info-faq-reverse .accordion-body {
  padding: 0 30px 25px 60px;
  border: 0;
  border-radius: 5px;
  background: var(--light);
  box-shadow: none;
}
