/**
  * Styling for the homepage offerings section.
	* The offering section contains three image boxes.
	* Each image box contains an image, a title, and a description.
  *
  * @package Hello Elementor Child
*/
.offers-image-box .elementor-image-box-content {
	padding: 0px 20px 20px 20px;
}

.offers-image-box p.elementor-image-box-description {
	text-align: start;
}

.image-box-parent-container > .elementor-widget-image-box {
  height: 100%;
}

@media screen and (max-width: 1024px) {
	.offers-image-box .elementor-image-box-content {
		padding: 0px 15px 15px 15px;
	}
}

@media screen and (max-width: 767px) {
	.offers-image-box .elementor-image-box-img img {
		width: 100%;
		max-height: 225px;
		object-fit: cover;
	}
}
