.breadcrumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.breadcrumb:before {
  content: "";
  background: rgba(48, 65, 105, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.breadcrumb .container {
  padding: 30px 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
.breadcrumb .icon {
  margin-right: 15px;
}
.breadcrumb .content h1 {
  margin: 0;
  color: #fff;
  font-size: 24px;
}

.breadcrumb .navigation {
  display: flex;
  align-items: center;
}
.breadcrumb .content a {
  color: #fff;
  font-size: 13px;
  opacity: 0.5;
  margin-right: 15px;
}
.breadcrumb .content a:last-child {
  opacity: 1;
}
.breadcrumb .content svg {
  margin-right: 15px;
}

.fact--page .facts--wrapper {
  padding: 0px 0;
  display: flex;
}

.fact--page .facts--wrapper .facts {
  width: 100%;
  padding-right: 60px;
}

.fact--page .facts--wrapper .sidebar {
  width: 300px;
}

.fact--page .meta {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.fact--page .meta > div {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.fact--page .meta .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fact--page .meta span {
  font-weight: bold;
  font-size: 13px;
  color: #a8a8a8;
}

.fact--page .meta span:nth-child(1) {
  margin-right: 12px;
}

.fact--page .fact {
  border-radius: 14px;
  background: #fff;
  border: 1px solid #f0f3fa;
  box-shadow: 0px 7px 24px #f0f3fa;
}

.fact--page .facts > div {
  margin: 0 auto;
  width: 50%;
}

.fact--page .facts .post {
  width: 100%;
  margin: 0;
}
.fact--page .facts {
  margin-left: -15px;
  margin-right: -15px;
}
.fact--page .facts .col {
  padding: 0 15px;
}
.fact--page .fact {
  margin-bottom: 30px;
}

.fact--page .facts .content {
  padding: 30px;
}

.fact--page .facts .fact_expanded .post,
.fact--page .facts .fact_expanded .share--overlay {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media (max-width: 960px) {
  .fact--page .facts--wrapper {
    flex-direction: column;
  }

  .fact--page .fact {
    flex-direction: column;
    margin-top: 0;
  }

  .fact--page .sidebar {
    width: 100%;
  }

  .fact--page .facts {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .fact--page .facts .col {
    width: 100% !important;
    float: none;
  }
}
