@media screen and (max-width: 992px) {
    #btn-up-favorite span {
        display: none;
    }

    #btn-up-favorite {
        width: 52px;
        top: 20% !important;
    }

}

.card-features {
    display: flex;
    height: 30px;
    flex-wrap: wrap;
    gap: 7px;
    line-height: 25px;
}