.s-sobre {
   padding: 8rem 0; 
}

.s-sobre .container {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.s-sobre .container .text-column {
    width: 100%;
    max-width: 62rem;
    margin-bottom: 3.2rem;
}

.s-sobre .container .image {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}