.elementor-8 .elementor-element.elementor-element-852efc6{--display:flex;}body.elementor-page-8:not(.elementor-motion-effects-element-type-background), body.elementor-page-8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(max-width:767px){.elementor-8 .elementor-element.elementor-element-852efc6{--content-width:875px;--min-height:812px;}}/* Start custom CSS *//* Força o layout da seção de depoimentos */
.testimonials {
  background-color: #f9f9f9 !important;
  padding: 40px 20px !important;
}

.testimonial-gallery {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  justify-content: center !important;
}

.testimonial-card {
  background-color: #fff !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  max-width: 300px !important;
  width: 100% !important;
  text-align: center !important;
}

.testimonial-card img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}

/* Força o layout da seção de oferta */
.oferta {
  /* Substitua pela classe correta da oferta */
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px !important;
}/* End custom CSS */