.elementor-1628 .elementor-element.elementor-element-59fe21d{padding:6em 0em 0em 0em;z-index:0;}.elementor-1628 .elementor-element.elementor-element-35aa354{padding:0px 0px 0px 0px;z-index:0;}@media(max-width:767px){.elementor-1628 .elementor-element.elementor-element-cfce3b7 > .elementor-element-populated{padding:0px 0px 0px 0px;}}/* Start custom CSS for pbmit_multiple_icon_heading, class: .elementor-element-d704065 *//* Make all main boxes equal height */
.pbmit-element-posts-wrapper .pbmit-ihbox {
  display: flex;
  flex-direction: column;
  justify-content:start ;
  height: 100%;
  background: #fff; /* optional, for consistent background */
  padding: 15px;
  border: 1px solid #eee; /* optional border for clean look */
  box-sizing: border-box;
}

/* Ensure all article columns have equal height alignment */
.pbmit-element-posts-wrapper .pbmit-ele {
  display: flex;
}

.pbmit-element-posts-wrapper .pbmit-ele > .pbmit-ihbox {
  flex: 1;
}

/* Make image fill the box properly */
.pbmit-ihbox-icon-wrapper img {
  width: 100% !important;
  height: 100% !important; /* adjust this number as you like (e.g., 200px–300px) */
  object-fit: cover; /* keeps image proportion and fills the box */
  border-radius: 8px; /* optional rounded corners */
}

/* Optional: consistent text alignment and spacing */
.pbmit-ihbox-contents {
  text-align: left;
  margin-top: 5px;
}

.pbmit-element-subtitle {
  font-size: 1.2rem;
 
  margin-bottom: 5px;
}

.pbmit-element-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 8px;
}/* End custom CSS */