.single-help-post-page {
  padding: 0 0 40px 0;
}
.single-help-post-page .post-content-section {
  padding: 40px 0;
}
@media screen and (max-width: 991px) {
}

/* Whats New Page Template */
.breadcrumbs-section {
  background: #091e42;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumbs-section ul {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: auto;
}
.breadcrumbs-section ul li a {
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  font-family: "Glober-Regular";
}
.breadcrumbs-section ul li a:hover {
  color: #b2d4ff;
}
.breadcrumbs-section ul li.current-item a {
  color: rgba(255, 255, 255, 0.8);
}
.breadcrumbs-section ul li .fa-chevron-right {
  font-size: 11px;
  vertical-align: baseline;
  padding: 0 5px;
  color: #4c9aff;
}
.whats-new-page .page-title-banner {
  background-color: #0057b8;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin: 0;
}
.whats-new-page .page-title-banner h1 {
  font-size: 30px;
  line-height: 1;
  color: rgb(255, 255, 255);
}
.whats-new-page .whats-new-posts {
  padding: 40px 0;
}
.whats-new-page .post-wrap {
  display: block;
  padding: 20px 0;
}
.whats-new-page .post-wrap .post-title {
  color: #091e42;
  padding: 10px 0;
}
.whats-new-page .post-wrap .post-title:hover {
  color: #006dfe;
}
.whats-new-page .post-wrap p {
  padding: 0 0 10px 0;
  margin: auto;
}
#main {
  padding: 0 !important;
}
@media screen and (min-width: 1200px) {
  .whats-new-page .container,
  .single-help-post-page .container {
    width: 100%;
    padding: 0 100px;
  }
}
