#sp-page-title .sp-page-title {
    background-size: contain;
    background-repeat: no-repeat;
}

#sp-page-title .sp-page-title:before {
    content: unset !important;
}
.com-content.view-article .article-full-image:after {
    background: unset !important;
}
.com-content.view-article .article-full-image {
    background-size: contain;
    clip-path: unset !important;
    background-repeat: no-repeat;
    margin-top: 230px;
}

.com-content.view-article .article-full-image:after {
    mix-blend-mode: unset !important;
    background: unset !important;
}

.article-details .article-header {
  position: inherit;
}

.article-details .article-header h1, .article-details .article-header h2 {
    font-size: 33px;
margin-top: -212px;
  color: #000;
}

.article-details .article-info > span {
  color: #000;
}

#sp-header .logo a {
margin-top: -8px;
}

@media (max-width: 1190.98px) {
    .sp-megamenu-parent {
        display: none !important;
    }
    #offcanvas-toggler {
        display: block !important;
    }
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 12px;
  line-height: 80px;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: inherit;
  margin: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
}

@media (min-width: 992px) {
  body.view-page .sppb-section {
    overflow: visible !important;
  }
  
.info-box {
  background-color: #f5f7f9;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #f26c21;
  font-size: 14px;
  line-height: 1.6;
}

@media (min-width: 992px) {
  body.view-page .sppb-section {
    overflow: visible !important;
  }

  .info-box {
    position: sticky;
    top: 140px;
  }
}
