.oota-story{

    background:#fff;

    margin-top:32px;

    padding:36px;

    border-radius:14px;

    box-shadow:0 8px 30px rgba(0,0,0,.06);

}

.oota-story h2{

    font-size:28px;

    margin-bottom:20px;

}

.oota-story-content{

    line-height:1.9;

    color:#444;

    font-size:16px;

    margin-bottom:28px;

}

.oota-story-features{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

    gap:14px;

}

.oota-story-features div{

    background:#f7f7f7;

    padding:16px;

    border-radius:10px;

    font-weight:500;

}