#with_more_show_more_btn {
    color: var(--secondary-text-color);
    font-size: 14px;
    line-height: normal;
}
#with_more_show_more_btn:hover {
    color: var(--brand-color);
}

.show_more_wrapper{
    display: inline-block;
    float: right;
}

@media(max-width: 767px){
    .show_more_wrapper{
        margin-top: 15px;
        display: block;
        float: none;
    }
}
