.news-listing {
  background-color: rgba(214, 214, 221, 1);
  padding-top: 80px !important;
  border: none;
  margin-top:50px !important;
}

.news-card .card {
  border-width: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.card-img-top {
  object-fit: cover;
  height: 200px;
}

.featured-post img {
  height: 100%;
  object-fit: cover;
}

.btn-warning {
  background-color: #fed15b !important;
  border: none;
}

.btn-outline-dark {
  border: 1px solid #000;
  padding: 8px 20px;
}

.card-body {
  background-color: white;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border: none !important;
  border-width: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}