.banner-tile {
  margin-bottom: 70px;
}
.banner-tile .flex {
  margin: 0 -10px;
}
.banner-tile__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 22px;
}
.banner-tile__title:after {
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #4066B0;
}
.banner-tile__item {
  flex: 0 0 calc(25% - 20px);
  margin: 0 10px;
}
@media (max-width: 991px) {
  .banner-tile__item {
    flex: 0 0 calc(33.333% - 20px);
  }
  .banner-tile__item:nth-child(5) {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner-tile__item {
    flex: 0 0 calc(50% - 20px);
  }
  .banner-tile__item:nth-child(4) {
    display: none;
  }
}
@media (max-width: 450px) {
  .banner-tile__item {
    flex: 0 0 calc(50% - 6px);
    margin: 0 3px;
  }
  .banner-tile__item:nth-child(3) {
    display: none;
  }
}
.banner-tile__item__image {
  border-radius: 8px;
  overflow: hidden;
  height: 214px;
}
@media (max-width: 991px) {
  .banner-tile__item__image {
    height: 135px;
  }
}
@media (max-width: 450px) {
  .banner-tile__item__image {
    height: 110px;
  }
}
.banner-tile__item__image:hover img {
  transform: scale(1.2);
}
.banner-tile__item__image img {
  transition: all 0.4s linear;
}
.banner-tile__item__name {
  margin-bottom: 10px;
  margin-top: 19px;
}
@media (max-width: 450px) {
  .banner-tile__item__name {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.banner-tile__item__name a {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  line-height: 1.333;
  display: block;
}
@media (max-width: 991px) {
  .banner-tile__item__name a {
    font-size: 17px;
    line-height: 1.2;
  }
}
@media (max-width: 450px) {
  .banner-tile__item__name a {
    font-size: 14px;
  }
}
.banner-tile__item__desc {
  font-size: 14px;
  color: #666;
  line-height: 1.714;
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .banner-tile__item__desc {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
@media (max-width: 450px) {
  .banner-tile__item__desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
.banner-tile__item__date {
  display: flex;
  align-items: center;
}
.banner-tile__item__date svg {
  fill: #999;
  font-size: 18px;
  margin-right: 14px;
}
.banner-tile__item__date span {
  font-size: 13px;
  color: #999;
  line-height: 1;
}
.banner-tile__btn-more {
  display: block;
  width: max-content;
  margin: 15px auto 0;
  border: 1px solid #E0E0E0;
  padding: 7px 20px;
  border-radius: 5px;
  color: #333;
  transition: all 0.2s linear;
}
.banner-tile__btn-more:hover {
  color: #cb1818;
  border-color: #cb1818;
}

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