.post-related__item {
    width: 300px;
    padding: 0 10px;
}

@media (min-width: 768px) {
    .post-related__item {
        width: 33.33%;
    }
}