.featured-collection_grid .card__quick-buttons.flex {
    justify-content: space-evenly;
}
.view-all-button {
    margin-top: 50px;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 749px) {
    .view-all-button {
        margin-top: 10px !important;
    }
}


.view-all-button a {
    background: #fff;
    border: 1px solid rgb(var(--color-button-text));
}