.blog-list{width:100%;margin:20px 0;align-items:stretch;justify-content:space-around;flex-wrap:wrap}.blog-card,.blog-list{display:flex;flex-direction:column}.blog-card{width:calc(100% - 30px);padding:15px;margin:20px 10px;border:2px solid var(--primary-color);border-radius:10px;box-shadow:0 4px 8px var(--primary-color);min-height:150px}.blog-card-title{font-size:1.5em;font-weight:700;color:var(--primary-color);margin-bottom:15px}.blog-card-description{flex:1 1;font-size:1em;font-style:italic;margin-bottom:15px}.blog-card-author{font-weight:500;text-align:right;text-transform:uppercase}.blog-card-author a{color:var(--primary-color);font-weight:700}@media only screen and (min-width:961px){.blog-list{flex-direction:row}.blog-card{max-width:49%;margin-left:0;margin-right:0;min-height:0}}