/* =========================================================
   STORY
========================================================= */

.doll-story{

    padding:130px 0;

    background:var(--bg-soft);
}

.doll-story-grid{

    display:grid;

    grid-template-columns:42% 58%;

    gap:8%;

    align-items:center;
}

.doll-story-text p{

    max-width:500px;

    color:var(--muted);

    line-height:1.85;
}

.doll-story-image{

    aspect-ratio:1.15;

    overflow:hidden;

    background:#ded5c9;
}

.doll-story-image img{

    width:100%;
    height:100%;

    object-fit:cover;
}