.button-more {
    display: block;
    width: 220px;
    width: max-content;
    text-align: right;
    background-color: transparent;
    color: #000000;
    padding: 0;
    margin-left: auto;
    margin-right: 0;
}

.button-more:hover,
.button-more:focus {
    color: rgb(77, 77, 77);
}

.button-more>.fa {
    margin-left: 0.25rem;
    font-weight: 900;
}


.see-more>.fa {
    font-weight: 900;
}

