.elementor-1109 .elementor-element.elementor-element-ed3de5b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-1109 .elementor-element.elementor-element-ac06e8a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-1109 .elementor-element.elementor-element-61b229a{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-23404e4 */.faq-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq_title {
    width: 100%;
    margin-left: 150px;
    margin-bottom: 50px;
}

.faq-section h1 {
    font-family: Poppins;
    font-size: 100px;
    margin: 0;
}

.faq-section h2 {
    font-family: Poppins;
    font-size: 25px;
    font-weight: 400
}

/* FAQ ACCORDEON */

.wrapper {
  width: 60%;
}

.wrapper h3 {
    font-family: Poppins;
    font-size: 50px;
}

h1 {
  margin-bottom: 20px;
}

.container {
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
  margin: 20px 0;
}

.question {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: Karla;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
  font-family: Karla;
}

.question.active + .answercont {
}

@media screen and (max-width: 790px){
  html {
    font-size: 14px;
  }
  .wrapper {
  width: 80%;
}

.faq_title {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 50px;
}

.faq-section h1 {
    font-family: Poppins;
    font-size: 60px;
    margin: 0;
}

.faq-section h2 {
    font-family: Poppins;
    font-size: 25px;
    font-weight: 400
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61b229a */.faq-contact {
  background-color: #FAF4EC;
  padding: 40px 20px;
  text-align: center;
  border-radius: 12px;
  margin-top: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.faq-contact-content h2 {
  font-size: 24px;
  font-family: Poppins;
  color: #1E293B;
  margin-bottom: 12px;
}

.faq-contact-content p {
  font-size: 16px;
  font-family: Karla;
  color: #1E293B;
  margin-bottom: 20px;
}

.btn-contact {
  display: inline-block;
  padding: 12px 24px;
  background-color: #3479B3;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  font-family: Karla;
  transition: background 0.2s ease;
  text-decoration: none !important;
}

.btn-contact:hover {
    color: white;
}/* End custom CSS */