.recoms{
    display: flex;
    flex-wrap: wrap;
    width: 80vw;
    margin: auto;
}

.recoms img{
    width: 25vw;
    height: auto;
}