.catalog-related {
    padding: 20px 0;
}

.catalog-related-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 10px;
}
.catalog-related-list .section-block {

}
@media (max-width: 679px) {
    .catalog-related-list {
        justify-content: center;
    }
}