#custom-text .mdc_custom_text > p:last-child {
    margin-bottom: 0;
}
.mdc_custom_text_more {
    display: none;
}
#custom-text .mdc_custom_text_more > p:last-child {
    margin-bottom: 0;
}
.mdc_custom_text_show_more {
    font-size: 15px;
    text-decoration: underline;
    color: #001737;
    line-height: 19px;
    cursor: pointer;
}
.mdc_custom_text_show_less {
    display: none;
    font-size: 15px;
    text-decoration: underline;
    color: #001737;
    line-height: 19px;
    cursor: pointer;
}