@media only screen and (min-width: 735px) {
    .blurbs {
        grid-template-columns: repeat(2, 1fr);
    }
}