.bs-custom-single-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}

@media only screen and (max-width: 599px) {
  .bs-custom-single-header {
    flex-direction: column;
  }
}

.bs-single-backlink {
  flex-grow: 1;
  flex-basis: 0;
  text-align: left;
}

.bs-single-backlink a {
  position: relative;
  padding-left: 26px;
  color: #0000007A;
  font-size: 16px !important;
  font-weight: 500;
}

.bs-single-backlink a:hover {
  color: #060B3E;
}

.bs-single-backlink a::before {
  font-family: 'Ionicons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block !important;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 53%;
  vertical-align: middle;
  transform: translateX(0%) translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  font-size: 24px;
  color: #999;
  text-shadow: none;
  content: '';
  width: 16px;
}

.bs-single-backlink a:hover::before {
  left: -2px;
  color: #060B3E;
}

.bs-single-heading {
  margin: 3px auto 0 auto !important;
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
  color: #888888;
  letter-spacing: normal !important;
  font-size: 18px !important;
}

@media only screen and (max-width: 599px) {
  .bs-single-heading {
    margin: 25px auto 0 auto !important;
  }
}

.bs-single-breadcrumbs {
  flex-grow: 1;
  flex-basis: 0;
  text-align: right;
  color: #333;
  font-size: 15px !important;
  font-weight: 400 !important;
}

@media only screen and (max-width: 599px) {
  .bs-single-breadcrumbs {
    font-size: 13px !important;
    text-align: left;
  }
}

.bs-single-breadcrumbs a,
.bs-single-breadcrumbs .crumbs-delimiter {
  color: #888888;
}

.bs-subheading-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 64px;
  left: -80px;
}

@media only screen and (max-width: 1499px) {
  .bs-subheading-icon {
    position: relative;
    width: 48px;
    left: 0;
    margin: 0;
    margin-bottom: 12px;
  }
}