.box--archive-news--single-banner {
  min-height: 320px;
  width: 100%;
  position: relative;
  display: flex;
  align-content: center;
  background-size: cover;
  background-position: center;
  text-decoration: none !important;
}
.box--archive-news--single-banner:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.65), rgba(0,0,0,0.65));
  pointer-events: none;
}
.box--archive-news--single-banner .box-body {
  transform: translateZ(1px);
  display: flex;
  align-content: center;
  flex-direction: column;
  margin: 30px 154px 30px 118px;
  position: relative;
  padding-top: 20px;
}
@media screen and (max-width: 1280px) {
  .box--archive-news--single-banner .box-body {
    margin: 30px 154px 30px 89px;
  }
}
@media screen and (max-width: 1280px) {
  .box--archive-news--single-banner .box-body {
    margin: 30px 50px 30px 57px;
  }
}
.box--archive-news--single-banner .box-body .tag {
  position: absolute;
  top: 0;
  padding: 4px 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 148%;
  text-align: center;
  color: #222;
  background-color: #ffc300;
  white-space: nowrap;
}
.box--archive-news--single-banner .box-body .date {
  margin-top: 41px;
}
.box--archive-news--single-banner .box-body .fhu-title {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box--archive-news--single-banner .box-body .h2 {
  line-height: 33px;
  margin-top: 7px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1850px) {
  .box--archive-news--single-banner {
    min-height: 320px;
  }
}
/*# sourceMappingURL=index.css.map */