.inim-component.text-block-image.underlayered .inim-component-wrapper::before { content: ""; background-color: rgb(var(--accent-light) / .25); width: 6rem; height: 6rem; display: inline-block; border-radius: 50%; position: absolute; top: 1rem; }
.inim-component.text-block-image .text-block-title { margin-bottom:1rem; position:relative; }
.inim-component.text-block-image .inim-columns > div:first-child { flex:1 1 35rem; width:50%; display: flex; flex-direction: column; }
.inim-component.text-block-image .inim-columns > div:last-child { flex:1 0 auto; width:50%; overflow:hidden; border-radius:10px; }
.inim-component.text-block-image .inim-link { margin-top:2rem; }
.inim-component.text-block-image img { height:100%; object-fit:cover; }
