.trust-elements-section {
  display: flex;
  flex-direction: column;
}

.trust-elements-faq {
  display: flex;
  flex-direction: column;
  color: #00385b;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #EAEAEA;
  border-radius: 30px 30px 9px 9px;
}

.trust-elements-experts {
  display: flex;
  column-gap: 10px;
  color: #00385b;
  border: 1px solid #EAEAEA;
  border-radius: 9px;
  padding: 30px;
  line-height: 20px;
}

.trust-elements-experts .experts-img {
  height: 22px;
}

.trust-elements-experts .experts-header {
  font-weight: 700;
}

.faq-section ul {
  list-style-type: none;
  padding: 0;
}

.faq-section hr {
  color: #00385b;
}

.question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 10px 0;
  border-bottom: 2px solid #00385b;
  padding-bottom: 10px;
}

.question:hover {
  cursor: pointer;
}

.question-up-arrow {
  display: none;
}

.question-up-arrow.show,
.show {
  display: flex;
}

.answer {
  display: none;
}

.answer.show {
  display: flex;
  flex-direction: column;
  line-height: 22px;
  margin-top: 10px;
  color: black;
}

.answer ul {
  list-style-type: disc;
  padding-left: 15px;
}

.trust-elements-why-to-choose-pricefox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  color: #00385b;
  border: 1px solid #EAEAEA;
  border-radius: 9px;
  gap: 20px;
}

.trust-elements-answers ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0;
  list-style-type: none;
}

.trust-elements-answers li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 2px solid #00385b;
  padding-bottom: 15px;
}

.trust-elements-collaborators {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  color: #00385b;
  border-radius: 9px;
  border: 1px solid #EAEAEA;
}

.carousel-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.carousel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6%;
  width: 100%;
  height: 80px;
  position: relative;
}

.carousel-collaborators-logo {
  transition: all 2s linear;
}

.carousel-wrapper .left-arrow,
.carousel-wrapper .right-arrow {
  border: none;
  background-color: #fff;
  color: #012e4b;
  cursor: pointer;
  font-size: 30px;
}

.carousel-wrapper .left-arrow {
  padding-left: 0;
}

.carousel-wrapper .right-arrow {
  padding-right: 0;
}
@media (max-width: 992px) {
  .trust-elements-section {
    gap: 20px;
    width: 92vw;
    margin-top: 20px;
    font-size: 15px;
  }

  .trust-elements-faq {
    padding-bottom: 40px;
  }

  .trust-elements-experts {
    font-size: 14px;
    padding: 20px;
  }

  .trust-elements-experts .header {
    font-size: 16px;
    margin-bottom: 0;
  }

  .faq-section {
    padding: 0 30px;
  }

  .faq-section h1 {
    margin-top: 30px;
    font-size: 16px;
  }

  .trust-elements-why-to-choose-pricefox {
    padding: 30px;
  }

  /*trust-elements-why-to-choose-pricefox*/
  .trust-elements-question {
    font-size: 16px;
  }

  .trust-elements-answers{
    font-size: 15px;
  }

  .trust-elements-answers li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .trust-elements-collaborators {
    display: none;
  }
}

@media (min-width: 992.1px) and (max-width: 1440px) {
  .trust-elements-section {
    gap: 10px;
    width: 310px;
  }

  .trust-elements-faq {
    padding-bottom: 15px;
  }

  .trust-elements-experts {
    font-size: 14px;
    padding: 15px;
  }

  .trust-elements-experts .experts-header {
    font-size: 15px;
    margin-bottom: 0;
  }

  .trust-elements-experts .experts-text {
    font-size: 13px;
  }

  .faq-section {
    padding: 0 15px;
  }

  .faq-section h1 {
    margin-top: 15px;
    font-size: 15px;
  }

  .question > p,
  .answer {
    font-size: 13px;
  }

  .trust-elements-why-to-choose-pricefox {
    padding: 20px;
  }

  .trust-elements-question {
    font-size: 15px;
  }

  .trust-elements-answers {
    font-size: 13px;
  }

  .trust-elements-collaborators {
    padding: 15px;
  }

  .trust-elements-collaborators > p {
    font-size: 15px;
  }
}

@media (min-width: 1440.1px) {
  .trust-elements-section {
    gap: 20px;
    width: 380px;
  }

  .trust-elements-faq {
    padding-bottom: 40px;
  }

  .trust-elements-experts {
    padding: 20px;
  }

  .trust-elements-experts .experts-header {
    font-size: 18px;
    margin-bottom: 1px;
  }

  .faq-section {
    padding: 0 30px;
  }

  .faq-section h1 {
    margin-top: 30px;
    font-size: 18px;
  }

  .trust-elements-why-to-choose-pricefox {
    padding: 30px;
  }

  .trust-elements-question {
    font-size: 18px;
  }

  .trust-elements-answers {
    font-size: 15px;
  }

  .trust-elements-collaborators {
    padding: 12px 30px;
  }
}