.footer-news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  /* background-color: #0e519f; */
  /* padding: 5px; */
  
}
.news-link {
  display: flex;
  text-decoration: none;
  color: inherit;
}
.news-thumb {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 12px;
}
.news-text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.news-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #fff;
}
.news-date {
  font-size: 12px;
  color: rgba(255, 166, 0, 0.973);
}

/* footer icon too large on job page , fixed */

footer .elementor-icon-list-icon i,
footer .elementor-icon-list-icon svg {
  font-size: 1em !important;
  width: 1em !important;
  height: 1em !important;
  line-height: 1 !important;
}

footer .elementor-icon-list-item{
  display: flex;
  align-items: center;
  gap: 10px;
}
