.content-aside-top .row {
    position: relative;
}
.content-aside-top .row::before {
    content: "";
    width: 100%;
    max-width: calc(var(--row-default) - var(--_row-extra-pad) - var(--gap-desktop) - 2px) !important;
    border-top: 1px solid var(--tower-red);
    position: absolute;
    top: -1px;
    left: calc(50%);
    transform: translateX(-50%);
}
.content-aside-top .column-image .bp-multimedia {
    height: 35rem;
}
@media only screen 
and (min-width : 961px) {
    .content-aside-top .column-content {
        padding-block: 5rem;
    }
    .content-aside-top .column-image .bp-multimedia {
        height: 55rem;
    }
}
@media only screen 
and (min-width : 0) 
and (max-width : 960px) {
    .content-aside-top .column-content {
        padding-block: 3rem 4rem;
    }
}
/* @end */


/* Animations
------------------------------------ */
/* :where(#wrapper) .stack-list {
    --duration: 1s;
}
:where(#wrapper) .stack-item {
    opacity: 0;
}
:where(#wrapper) .stack-list.animateActive .stack-item {
    animation: fade var(--duration) forwards;
}
:where(#wrapper) .stack-list.animateActive .stack-item:nth-child(n) {
    --delay: calc(0.3s + (0.3s * (n - 1)));
    animation-delay: var(--delay);
} */