.dr_green_panel_light {
    width: 100%;
    display: flex;
    padding: 20px;
    border: 1px solid #5BB449;
    border-radius: 8px;
    background: #EDFCEA;
}
.dr_green_panel_light .dr_value_subtitle {
    font-size: 16px;
    color:#212121;
    margin-top: 5px;
}
.dr_green_column {
    flex-direction: column;
}
.dr_green_text {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #5BB449;
    text-decoration: underline;
}
.dr_green_text:hover,
.dr_green_text:active,
.dr_green_text:focus {
    color: #5BB449;
    text-decoration: none;
}