.blog-single-content {
  display: flex;
  padding-top: 30px;
}

.blog-single-content article {
  flex: 0 0 70%;
  padding-right: 45px;
}

.blog-single-content aside {
  flex: 0 0 30%;
}

.blog-single-content h1 {
  font-size: 2rem;
  color: rgb(9, 47, 81);
  padding: 0 0 8px 0;
}

.blog-single-content h1::before {
  content: ".";
  font-family: "Red Hat Display", sans-serif;
  font-size: 4rem;
  line-height: 1.2;
  color: #99b2dd;
  position: relative;
}

.blog-single-content .custom-blog-gallery__category {
  padding: 4px 8px;
  line-height: 1.2;
}

.blog-single-content .custom-blog-gallery__category a {
  color: #fff;
}

.blog-single-categories {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.blog-single-content .post-date {
  color: #99b2dd;
}

.blog-single-content .post-meta {
  margin-bottom: 45px;
}

.blog-single-sidebar .blog-single-sidebar__new-jobs {
  position: sticky;
  top: 200px;
}

.blog-single-sidebar__new-jobs .widget-title {
  color: rgb(9, 47, 81);
}

.blog-single-sidebar__new-jobs .widget-title:before {
  content: ".";
  font-family: "Red Hat Display", sans-serif;
  font-size: 4rem;
  line-height: 1.2;
  color: #99b2dd;
  position: relative;
}

.new-job-item {
  padding: 15px 0;
  margin-bottom: 15px;
}

.new-job-item a {
  font-size: 0.85rem;
  color: rgb(9, 47, 81);
  font-weight: 700;
}

.new-job-item__meta {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
}

.new-job-item a {
  display: flex;
  align-items: center;
}

.new-job-item a:hover {
  background: #fff;
}

.new-job-item__meta .cs-location {
  line-height: 1.2;
}

.new-job-item__meta .new-job-item__company {
  display: flex;
  align-items: flex-end;
  font-size: 12px;
}

.new-job-item__meta .new-job-item__company span {
  color: #9dacb9;
  line-height: 1.2;
}

.new-job-item .new-job-item__company img {
  width: 50px;
}

@media screen and (max-width: 991px) {
  .blog-single-sidebar .blog-single-sidebar__new-jobs {
    top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .blog-single-sidebar {
    display: none;
    visibility: hidden;
  }

  .blog-single-content article {
    flex: 0 0 100%;
    padding-right: 0;
  }
}
