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

.content-wrap {
  color: #fff;
  font-size: 1.125rem;
}

.footer {
  font-size: 1.5rem;
}

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

.content-wrap p {
  line-height: 1.4;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.content-wrap h1,
.content-wrap h2,
.content-wrap h3,
.content-wrap h4,
.content-wrap h5,
.content-wrap h6 {
  color: #fdff73;
  margin: 0;
  background-color: transparent;
  text-align: left;
  border-left: none;
  padding-left: 0;
  padding-right: 0;
}
.content-wrap li {
  margin-top: 5px;
}

.content-wrap h1 {
  background-color: transparent;
  text-align: left;
}

.content-wrap h3 {
  font-size: 1.5rem;
}

.faq-container h3 {
  border-left: #be8d06 0.25rem solid;
  padding-left: 8px;
}

.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: #6E1021;
}
.post-list-item-content h2 {
  padding: 0;
}

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

.related-tags {
  max-width: 400px;
}

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