.sf-hidden{display:none!important}
img[src="data:,"],source[src="data:,"]{display:none!important}

.textSeo {
    color: #fff;
    margin-top: 20px!important;
    margin-bottom: 40px!important;
}
.textSeo p {
    line-height: 1.4;
}
.textSeo h1,
.textSeo h2,
.textSeo h3 {
    margin-bottom: 20px;
    margin-top: 30px;
}
.textSeo h1:first-child,
.textSeo h2:first-child,
.textSeo h3:first-child {
    margin-top: 0;
}
@media (max-width: 767px) {
    .textSeo {
        padding: 0 20px!important;
    }
    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

.faq-section {
  color: #fff;
}
.faq-section > * {
box-sizing: border-box;
}

.faq-section h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

.faq-item {
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
}

.faq-question {
  background: none;
  border: none;
  color: #fff;
  width: 100%;
  text-align: left;
  font-size: 20px;
  padding: 15px 0 15px 0;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 30px;
    transition: transform 0.3s ease;
    top: 50%;
    transform: translateY(-50%);
}

.faq-item.active .faq-question::after {
  content: "−";
}

.faq-answer {
  display: none;
  padding: 0 15px 15px 15px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 575px) {
    .faq-question {
        padding: 15px 0 15px 0px;
        font-size: 18px;
    }
    .faq-section h2 {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 26px;
    }
}