.elementor-4746 .elementor-element.elementor-element-50b40b0{--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;}/* Start custom CSS for html, class: .elementor-element-e5c2c61 */.centered-img {
  display: inline-block;
  max-width: 100%;
  width: 50%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.image-box {
  text-align: center;
  margin: 30px 0;
}

.half-width-img {
  width: 50%;
  max-width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .half-width-img {
    width: 90%;
  }
}/* End custom CSS */