.elementor-5536 .elementor-element.elementor-element-5a07bdfe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5536 .elementor-element.elementor-element-e4b6762{--e-image-carousel-slides-to-show:2;}@media(max-width:1024px){.elementor-5536 .elementor-element.elementor-element-5a07bdfe{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for image-carousel, class: .elementor-element-e4b6762 *//* All Devices - Enforce Width % */
.elementor-image-carousel img {
  width: 100% !important;
  height: 300px;
  object-fit: cover;
  display: block;
}

/* Tablet */
@media (max-width: 1024px) {
  .elementor-image-carousel img {
    height: 270px;
    width: 100% !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .elementor-image-carousel img {
    height: 250px;
    width: 100% !important;
  }
}/* End custom CSS */