.c-latest_update_item .overlay {
  background: white;
  background: linear-gradient(183deg, rgba(255, 255, 255, 0) 0%, black 91%);
}
.c-latest_update_item__inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 450px;
}
.c-latest_update_item__imgwrap {
  position: absolute;
  height: 100%;
  width: 100%;
}
.c-latest_update_item__imgwrap img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: top center;
     object-position: top center;
}
.c-latest_update_item__content {
  position: relative;
  z-index: 9999;
  color: #fff;
  text-align: center;
  padding: 30px 15px;
}
.c-latest_update_item__sub-title {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.c-latest_update_item__title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "Fira Sans", sans-serif;
}
.c-latest_update_item__descr {
  font-size: 14px;
}
.c-latest_update_item__info {
  margin-top: 15px;
}
.c-latest_update_item__learnmore {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.c-latest_update_item__learnmore i {
  margin-left: 5px;
  font-size: 12px;
  font-weight: bolder;
}
@media screen and (max-width: 767px) {
  .c-latest_update_item {
    margin-bottom: 20px;
  }
  .c-latest_update_item:last-child {
    margin-bottom: 0;
  }
}
