/* === Partial overlap: image in front, slightly covering left side of the content box === */
/* Works whether your builder uses IDs (#...) or classes (....) */
#contentbox-2a33bfed,
.contentbox-2a33bfed {
position: relative !important;
z-index: 1 !important;
}
#image-a77aee37,
.image-a77aee37 {
position: relative !important;
z-index: 5 !important; /* image in front */
transform: translateX(18px) !important; /* adjust: higher = more overlap */
}