.rews-list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.rews-list a{
width: 33%;
}
.rews-list img{
width: 100%;
height: auto;
}