

/* when using the dashboard page template - buiolt for NEAETC */
.dashboard .simple-content-collection .heading h3 {
    font-size: 1.4rem;
    margin-bottom: 0;
}
.dashboard .simple-content-collection .heading+.description p {
    margin-top: 0;
} 

.dashboard .simple-content-collection.border-right .list>* {
   padding: 0 1rem;
}
.dashboard .simple-content-collection .image > img {
   width: 50px;
}
.simple-content-collection.border-right .list {
    gap: 2rem 0;
    max-width: 1100px;
    margin: 0 auto;
}