/* Info Box */
.custom-info-box-wrapper {
	display: flex;
	align-items: center;
	padding: 15px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

.custom-info-box-title-wrapper {
	text-align: center;
	width: 100%;
}

.custom-info-box-title {
	font-size: 20px;
	line-height: 34px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.custom-info-box-subtitle {
	font-size: 14px;
	line-height: 32px;
	font-style: italic;
	margin-bottom: 0;
}

/* Info Box With Image */
.elementor-widget-elementor-addon-info_box_with_image_with_image .elementor-widget-container {
	height: 100%;
}

.custom-info-box-with-image-wrapper {
	height: 100%;
	box-shadow: 0 5px 10px 0 #cecece;
}

.custom-info-box-with-image-title-wrapper {
	text-align: center;
	padding: 10px;
}

.custom-info-box-with-image-title {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0;
}

.info-box-with-image-content-wrapper {
	text-align: center;
	padding: 30px;
}

.custom-info-box-with-image-image-wrapper {
	margin-bottom: 15px;
}

.custom-info-box-with-image-image-wrapper img {
  width: 100%;
  padding: 0 20%;
}

.custom-info-box-with-image-content {
	margin-bottom: 0;
}