/* @group Content aside complex
------------------------------------ */
.content-twins {
    position: relative;
}
/* IMAGE CONTAINER */
.content-twins .image-container {
    margin: 0 0 10rem;
}
.content-twins .image {
    height: 35rem;
}
.content-twins .image img {
    object-position: center bottom !important;
}
.content-twins h4.wp-block-heading {
    font-weight: 500;
}


@media only screen 
and (min-width : 961px) {

    /* IAMGE CONTAINER */
    .content-twins .image-container {
        margin: 0;
    }
    .content-twins .image {
        height: 35.7rem;
    }

}
@media only screen 
and (min-width : 0) 
and (max-width : 960px) {
}
/* @end */


/* Animations
------------------------------------ */
:where(#wrapper) .contenedor .elemento {
    opacity: 0;
    --duration: 1s;
}

:where(#wrapper) .contenedor.animateActive .elemento {
    animation: fade var(--duration) forwards;
    animation-delay: var(--delay, 0);
}

:where(#wrapper) .contenedor.animateActive .elemento {
    --delay: 0.3s;
}