.featured_blog {
  display: flex;
  flex-wrap: wrap;
}
.featured_blog .item {
  max-width: 33.3333333333%;
  width: 100%;
  position: relative;
  display: block;
}
.featured_blog .item .item_img {
  position: relative;
  height: 480px;
  display: block;
}
.featured_blog .item .item_img img {
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  width: 100%;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.featured_blog .item .item_info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  display: block;
}
.featured_blog .item .item_info .item_date {
  font-size: 0.875rem;
  color: #efefef;
  display: block;
  position: relative;
  z-index: 2;
}
.featured_blog .item .item_info .item_title {
  display: block;
  color: #ffffff;
  font-family: "univia-pro", sans-serif;
  font-weight: 600;
  font-size: 1.625rem;
  position: relative;
  z-index: 2;
}
.featured_blog .item .item_info .btn_white_bordered_round {
  margin-top: 20px;
}
.featured_blog .item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 8px;
  background: #31a7d9;
  transition: width 500ms;
  z-index: 2;
}
.featured_blog .item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(6.58deg, #212121 5.36%, rgba(33, 33, 33, 0) 99.49%);
  width: 100%;
  height: 100%;
  opacity: 0.4;
  transition: opacity 200ms;
}
.featured_blog .item.n_0 {
  max-width: 100%;
}
.featured_blog .item.n_0 .item_img {
  height: 100vh;
}
.featured_blog .item.n_0 .item_info {
  height: auto;
  top: 50%;
  left: 50%;
  bottom: auto;
  max-width: 1394px;
  transform: translate3d(-50%, -50%, 0);
  padding: 0;
  padding-left: 12px;
  padding-right: 12px;
}
.featured_blog .item.n_0 .item_info .item_title {
  display: block;
  color: #ffffff;
  font-size: 3.75rem;
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 1;
}
.featured_blog .item.n_0:before {
  display: none;
}
.featured_blog .item.n_0:after {
  display: none;
}
.featured_blog .item:hover:before {
  width: 100%;
}
.featured_blog .item:hover:after {
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .featured_blog .item {
    max-width: 50%;
  }
  .featured_blog .item.n_0 {
    max-width: 50%;
  }
  .featured_blog .item.n_0 .item_img {
    height: 380px;
  }
  .featured_blog .item.n_0 .item_info {
    padding: 30px;
    top: auto;
    left: 0;
    bottom: 0;
    transform: translate3d(0, 0, 0);
    z-index: 1;
  }
  .featured_blog .item.n_0 .item_info .item_title {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
  .featured_blog .item.n_0:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(6.58deg, #212121 5.36%, rgba(33, 33, 33, 0) 99.49%);
    width: 100%;
    height: 100%;
    opacity: 0.4;
    transition: opacity 200ms;
  }
  .featured_blog .item .item_img {
    height: 380px;
  }
  .featured_blog .item .item_info .item_title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 640px) {
  .featured_blog .item {
    max-width: 100%;
  }
  .featured_blog .item.n_0 {
    max-width: 100%;
  }
  .featured_blog .item.n_0 .item_img {
    height: 200px;
  }
  .featured_blog .item .item_img {
    height: 200px;
  }
  .featured_blog .item.n_0 .item_info .item_title {
    font-size: 1rem;
    line-height: 1.4;
  }
  .featured_blog .item .item_info .item_title {
    font-size: 1rem;
    line-height: 1.4;
  }
  .featured_blog .item.n_0 .item_info {
    padding: 16px;
  }
  .featured_blog .item .item_info {
    padding: 16px;
  }
}
