/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/faq/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
.wp-block-ecomatelas-faq {
  scroll-margin-top: var(--wp--custom--scroll-margin--header-size);
}
@media (max-width: 997px) {
  .wp-block-ecomatelas-faq {
    scroll-margin-top: var(--wp--custom--scroll-margin--mobile-header-size);
  }
}
.wp-block-ecomatelas-faq {
  background-color: var(--wp--preset--color--yellow-bg);
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--poppins);
  display: flex;
  gap: 0 !important;
}
.wp-block-ecomatelas-faq .faq__image {
  flex-basis: calc(40% - var(--wp--custom--spacing--gap)) !important;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 782px) {
  .wp-block-ecomatelas-faq .faq__image {
    order: 1;
    height: 175px;
  }
}
.wp-block-ecomatelas-faq .faq__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  position: absolute;
  inset: 0;
}
.wp-block-ecomatelas-faq .faq__content {
  padding: var(--wp--custom--spacing--block-padding) var(--wp--custom--spacing--gap) var(--wp--custom--spacing--block-padding) max(16px, (100vw - var(--wp--style--global--content-size)) / 2);
  flex-basis: calc(60% + var(--wp--custom--spacing--gap)) !important;
}
@media screen and (max-width: 782px) {
  .wp-block-ecomatelas-faq .faq__content {
    order: 2;
    padding: 24px 16px 32px 16px;
  }
}
.wp-block-ecomatelas-faq .faq__content h2 {
  font-family: inherit;
  color: inherit;
  font-size: var(--wp--preset--font-size--2-xl);
  font-weight: var(--wp--custom--font-weight--bold);
  margin-bottom: 0;
}
@media screen and (max-width: 997px) {
  .wp-block-ecomatelas-faq .faq__content h2 {
    text-align: center;
  }
}
.wp-block-ecomatelas-faq .faq__content .faq__content-values {
  margin-top: var(--wp--custom--spacing--gap);
  min-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 997px) {
  .wp-block-ecomatelas-faq .faq__content .faq__content-values {
    margin-top: 32px;
    gap: 16px;
  }
}

/*# sourceMappingURL=style-index.css.map*/