.cshps-title {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height:1.2;
}

.cshps-subtitle {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 450;
    line-height:1.2;
}


.cshps-md, .cshps-text {
    font-size: 0.9rem;
}

.cshps-md P {
    margin-bottom: 0.5rem;

}

.cshps-small-table-data {
    font-size: 0.9rem;
    padding: 0.25rem !important;
}

.cshps-small-table-data P {
    margin: 0;
}

.cshps-hr-full{
    margin: 2rem 0;
}

.cshps-hr-half{
    margin: 1.5rem auto;
    width: 50%;
}