
#side-col{
    width:400px;
    height: fit-content;
    
}
#sticky-side{
    transition: all 0.2s ease-in-out;
    background-color: #D9E1E2 ;
    padding: 15px 20px;
    width: 400px;
    margin-bottom: 20px;
}
#main-col{
    padding: 0 15px;
    width: calc( 100% - 400px)
}
.scrolled #sticky-side{
    position: fixed;
    top:20px;
    z-index: 5;
}
.scrolled #main-col{
    margin-left: auto;
}

.row{
    margin-left: 0;
    margin-right: 0;
}