@media (max-width:320px){
}
@media (min-width:321px){
  .blog-home .item h4,
  .blog-home .item h4 a {
      color: #fff;
      font-size: 16px;
      line-height: 1.5em;
      font-weight: 400;
      margin-bottom: 15px;
      font-family: 'Oswald', sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px; min-height: 10px;
  }
}
@media(min-width:640px){
  .blog-home .item h4,
  .blog-home .item h4 a {
      color: #fff;
      font-size: 16px;
      line-height: 1.5em;
      font-weight: 400;
      margin-bottom: 15px;
      font-family: 'Oswald', sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px; min-height: 60px;
  }
}
@media(min-width:960px){
  .blog-home .item h4,
.blog-home .item h4 a {
    color: #fff;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; min-height: 55px;
}
}
@media(min-width:1200px){
  .blog-home .item h4,
  .blog-home .item h4 a {
      color: #fff;
      font-size: 18px;
      line-height: 1.5em;
      font-weight: 400;
      margin-bottom: 15px;
      font-family: 'Oswald', sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px; min-height: 65px;
  }
}

@media(min-width:1400px){
  .blog-home .item h4,
.blog-home .item h4 a {
    color: #fff;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; min-height: 75px;
}
}
@media(min-width:1600px){
  .blog-home .item h4,
  .blog-home .item h4 a {
      color: #fff;
      font-size: 20px;
      line-height: 1.5em;
      font-weight: 400;
      margin-bottom: 15px;
      font-family: 'Oswald', sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px; min-height: 60px;
  }

}

