.elementor-54 .elementor-element.elementor-element-6c1ac633{--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;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-54 .elementor-element.elementor-element-6c1ac633{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-1fd1ebea */.centered-image {
    display: block;        /* Changes image from inline to block */
    margin: 0 auto;        /* Centers the image horizontally */
    width: 30%;            /* Controls the size (can use px, %, rem) */
    max-width: 100%;       /* Ensures responsiveness on smaller screens */
    height: auto;          /* Maintains the image aspect ratio */
  }
  
  
.centered-image1 {
    display: block;        /* Changes image from inline to block */
    margin: 0 auto;        /* Centers the image horizontally */
    width: 45%;            /* Controls the size (can use px, %, rem) */
    max-width: 75%;       /* Ensures responsiveness on smaller screens */
    height: auto;          /* Maintains the image aspect ratio */
  }/* End custom CSS */