.list_links.recomendation-wrapper a.dib img {
    max-width: 100%;
}
.list_links.recomendation-wrapper a.dib {
    max-width: 264px;
    height: 264px;
    background-color: #E5E5E5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list_links.recomendation-wrapper > .item {
    display: flex;
    flex-direction: column;
    width: 20%;
    margin: unset;
    min-width: 264px;
    column-gap: 1rem;
    row-gap: 1rem;
}

.list_links.recomendation-wrapper {
    position: relative;
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 1rem;
    justify-content: space-between;
}

a.name {
    color: #333;
}

@media screen and (max-width:630px) {
    .list_links.recomendation-wrapper a.dib {
        max-width: 100%;
    }
    .list_links.recomendation-wrapper > .item {
        width: 100%;
    }
    .list_links.recomendation-wrapper a.dib img {
        height: 264px;
    }
}