[class~=blog-hp]:before {
    content: "Z našeho Instax blogu" !important;
    padding: 10px 0px 25px 0px;
    font-weight: 700;
    margin: 0px !important;
    font-size: 180%;
    line-height: 1;
    color: #000000;
    text-transform: none;
    width: 100%;
}

.blog-hp {
    position: relative;
    background: white;
    max-width: none !important;
    padding: 10px 10px 0px 10px;
    margin: auto;
    margin-top: 20px;
}
.blog-hp > .news-item:nth-of-type(3) {
    display: none;
}
[class~=blog-hp] [class~=news-item] [class~=text] [class~=title] {
    font-weight: 700;
    color: #f01a5b;
    margin: 20px 0px 10px 0px;
}
[class~=blog-hp] [class~=news-item] time {
    display: none;
}
.news-item .image img {
    transition: 350ms;
}
.blog-hp .blogBtn {
    display: none;
}
  
@media (min-width: 768px) {
  .blog-hp {
      width: 747px;
      padding: 15px 20px 0px 20px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  }
  .blog-hp {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
  }
  [class~=blog-hp] [class~=news-item] {
      width: 48.5% !important;
      box-sizing: border-box !important;
      padding: 0px;
      position: relative;
      margin: 0px;
  }
}
@media (min-width: 992px) {
  .blog-hp {
      width: 972px;
  }
}
@media (min-width: 1200px) {
  .blog-hp {
      width: 1178px;
      padding: 40px 50px 0px 50px;
  }
  [class~=blog-hp]:before {
      text-align: left;
      font-size: 240%;
  }
  .blog-hp .blogBtn {
      position: absolute;
      top: 51px;
      right: 50px;
      display: block;
      border-radius: 4px;
      box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
      border-color: #cf1d53;
      background: #f01a5b;
      color: white;
      line-height: 1;
      padding: 11px 20px 10px 20px;
      font-size: 100%;
      z-index: 1;
      font-weight: 600;
      transition: 350ms;
  }
  .blog-hp .blogBtn:hover {
      background: #fb3874;
  }
}
@media (min-width: 1440px) {
  .blog-hp {
      width: 1418px;
  }
}

