.blog_list .blog_block:first-child .images_block:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.blog_list {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 20px;
}
.blog_list .blog_block:first-child {
  height: 100%;
  grid-row: 1/3;
  position: relative;
}
.blog_list .blog_block:first-child .blog_inner {
  height: 100%;
}
.blog_list .blog_block:first-child .blog_info {
  position: absolute;
  bottom: 30px;
  z-index: 5;
  left: 30px;
  pointer-events: none;
  padding: 0;
}
.blog_list .blog_block:first-child .info_date, .blog_list .blog_block:first-child .info_description {
  color: rgba(255, 255, 255, 0.6);
}
.blog_list .blog_block:first-child .info_date,
.blog_list .blog_block:first-child .page_description,
.blog_list .blog_block:first-child .section_title {
  color: #ffffff;
  opacity: 1;
}
.blog_list .blog_block:first-child .images_block {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}
.blog_list .blog_block:first-child .images_block:before {
  content: "";
  background: rgba(51, 51, 51, 0.5);
  z-index: 1;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog_list .blog_block:first-child .blog_inner.hovered .images_block {
  opacity: 1;
}
.blog_list .blog_block:first-child .blog_inner.hovered .images_block::before {
  background: rgba(235, 102, 25, 0.9);
}
.blog_list .blog_block:first-child .blog_inner.hovered .section_title {
  color: #ffffff !important;
  opacity: 1;
}
@media (max-width: 991px) {
  .blog_list {
    grid-gap: 10px;
    margin-top: 0;
  }
  .blog_list .page_description {
    -webkit-line-clamp: 2;
  }
  .blog_list .blog_info {
    padding: 0 10px;
  }
  .blog_list .blog_block:first-child .blog_info {
    left: 20px;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .blog_list .blog_block:first-child {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .blog_list .blog_block:first-child .blog_inner {
    height: 250px;
  }
}
@media (max-width: 575px) {
  .blog_list {
    grid-template-columns: 100%;
  }
  .blog_list .blog_block:first-child {
    grid-column: auto;
  }
}
@media (max-width: 399px) {
  .blog_list .blog_block {
    height: 100%;
  }
  .blog_list .blog_block:first-child .images_block {
    height: 100%;
  }
  .blog_list .blog_block:first-child .blog_info {
    max-width: 260px;
    bottom: 40px;
  }
  .blog_list .blog_inner {
    flex-direction: column;
    margin-bottom: 25px;
  }
  .blog_list .images_block {
    width: 100%;
  }
  .blog_list .images_block img {
    position: relative;
  }
  .blog_list .blog_info {
    padding: 0;
    width: 100%;
    margin-top: 20px;
  }
  .blog_list .page_description,
.blog_list .info_description {
    -webkit-line-clamp: 10;
  }
}

/*# sourceMappingURL=blog.css.map */
