.navbar {
  border-bottom: 1px solid #3D4044;
}

.home-content {
  color: #fff;
}

.post-breadcrumbs a {
  text-decoration: none;
}

.home-content h1,
.home-content h2,
.home-content h3,
.home-content h4,
.home-content h5,
.home-content h6 {
  color: #fdff73;
}
.home-content li {
  margin-top: 5px;
}

.text-truncate-1-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.text-truncate-2-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.max-tag-width {
  display: inline-block;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  background: #ff05053b !important;
  color: #ffffff !important;
}

.post-list .post-list-item a {
  text-decoration: none;
}
.post-list-item-content {
  border-radius: 8px;
  background-color: #70153D;
}

.blog-dwl-btn {
  background-color: #284371;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .blog-desc {
    font-size: 14px;
  }
}