#site-story {
    background: #000;
    padding: 100px 0px;
    background-size: cover;
    background-position: center;
    
    .context {
        display: grid;
        grid-template-columns: 1fr 3fr;
        gap: 50px;
        margin-bottom: 50px;
    }

    p {
        font-size: 20px;
    }

    img {
        max-height: 500px;
        object-fit: cover;
    }

}