.boxInfoImage {
    padding: 24px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 1.0);
    width: min-content;
    max-width: 100%;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    position: absolute;
    bottom: -25px;
    left: -25px; 
    box-shadow: 2px 3px 24px rgba(0,0,0,.4);
}

.widgetBoxInfo.boxInfoInside .boxInfoImage {
	bottom: 35px;
	left: 15px;
	padding: 10px;
	width: auto;
}

.boxInfoImage.no_boxShadow {
    box-shadow: none;
}

.boxInnerMain 
{
    display: flex;
    align-items: center;
    gap: 20px;
}
.boxInnerMain .boxIcon {
	display: flex;
	align-items: center;
	justify-content: center;
    flex-shrink: 0;
}
.boxInnerMain .boxIcon svg {
	max-width: 40px;
	max-height: 40px;
    width:auto;
    height:auto;
    min-height: 35px;
}
.boxInnerMain .boxTitle {
   min-width: 100px;
}
.boxInnerMain .boxTitle p {
   margin: 0;
}