.pillar-rt-dp {
    padding: 1.5rem;
    border-radius: 6px;
    background: #fff;
    box-shadow: 3px 3px 15px rgb(21 21 21 / 25%);
}

{# For spacing #}

.pillar-rt-dp {
  

}

{# For spacing on mobile #}

@media screen and (min-width: 768px) {
  
  .pillar-rt-dp {
  

}
 
    .pillar-rt-dp ul {
        column-count: 2;
    }
}