.latest-news-wrapper {
  padding: 70px 0;
}

.latest-news-cmp {
  background-color: #ffffff;
}

.latest-news-cmp__section-title {
  text-align: center;
  margin-bottom: 60px;
}

.latest-news-cmp__section-title {
  font-size: 32px;
  color: #222;
  font-weight: 400;
  position: relative;
}

.latest-news-cmp__section-title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 4px;
  background-color: #fa9929;
}

.latest-news-cmp__row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.latest-news-cmp__col {
  position: relative;
  flex: 1 1 30%;
  background-color: #fff;
  border: 1px solid #f4f4f4;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.latest-news-cmp__img-box img {
  width: 100%;
  height: auto;
  display: block;
}

.latest-news-cmp__lower-content {
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.latest-news-cmp__date {
  position: absolute;
  top: 176px;
  left: 16px;
  font-weight: bold;
  width: 56px;
  text-align: center;
  display: flex;
  align-items: center;
  height: 56px;
  color: white;
  background-color: #fa9929;
  border-radius: 3px;
}

.latest-news-cmp__text {
  margin-top: 28px;
  border-bottom: 1px solid #f4f4f4;
}

.latest-news-cmp__date p {
  margin: 0 4px;
  font-weight: 400;
}

.latest-news-cmp__text h4 {
  margin: 0 0 10px;
  font-size: 1.1em;
}

.latest-news-cmp__text h4 a {
  text-decoration: none;
  color: #222;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 18px;
  font-weight: 500;
}

.latest-news-cmp__text p {
  font-size: 14px;
  color: #848484;
  line-height: 24px;
  font-weight: 400;
}

.latest-news-cmp__post-meta {
  display: flex;
  justify-content: left;
  gap: 12px;
  margin-top: 15px;
  color: #848484;
  font-size: 12px;
}

.latest-news-cmp__post-meta a {
  color: #fa9929;
  text-decoration: none;
  align-self: center;
  font-size: 14px;
}

.latest-news-cmp__post-meta svg {
  margin-right: -8px;
}

.latest-news-cmp__post-meta span {
  align-self: center;
}
/*# sourceMappingURL=latest-news.min.css.map */
