.dash-section {

}

.dash-section__heading {
    color: #535353;
    font-size: 13px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 15px;
    padding-bottom: 3px;
    font-weight: 600;
    text-transform: uppercase;
}

.dash-section__footer a {
    color: #005891;
    font-size: 14px;
    margin-top: 10px;
    display: block;
}

@media (min-width: 1024px) {
    .dash-section {
margin-bottom: 38px;
}
    
    .dash-section__heading {
    
    }
}