So, i ended up using code blocks instead of working with the list sections - way easier to get done IMO. Hopefully this helps you too!
[data-section-id="INPUT YOURS"] {
.code-block {
background: #fff;
transition: all .4s ease-in-out;
margin: 15px;
padding: 30px !important;
height: 350px;
}
.code-block:hover { box-shadow: 0 7px 12px rgba(0,0,0,0.25);
transition: box-shadow 0.3s ease-in-out;}
}