.c-references__title {
text-align: center;
margin-bottom: space(4);
}
.c-references__blocks {
display: flex;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
}
.c-references__block {
margin: 30px;
text-align: center;
display: flex;
justify-content: center;
& + & {
margin-left: column(0.5, 12);
}
img {
width: 130px;
display: block;
}
}