.recent-news-block {
  position: sticky;
  top: 110px;
  background: #f6f6f6;
  padding: 30px;
  border-radius: 8px;
}
.recent-news-block h5 {
  font-weight: 700;
}
.post-thumbnail {
  margin-bottom: 30px;
}
.post-thumbnail img {
  width: 100%;
  height: auto;
}
.recent-news-block ul {
  margin-bottom: 0;
}
.recent-news-block ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.recent-news-block ul li:last-child {
  margin-bottom: 0;
}
.recent-news-block ul li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #002868;
  left: 7px;
  top: 12px;
}
.recent-news-block li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #002868;
  transition: all ease-in-out 0.4s;
}
.recent-news-block li a:hover {
  color: #2457b4;
  transition: all ease-in-out 0.4s;
}
p,
.titlebar p {
  color: #5e5e5e;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}
h5 {
  font-weight: 700;
}

@media (max-width: 991px) {
  .recent-news-block {
    padding: 16px;
  }
}
@media (max-width: 640px) {
  p {
    font-size: 16px;
    line-height: 28px;
  }
  .recent-news-block ul li {
    margin-bottom: 12px;
  }
}
